Add sysctl/tunable for TX/RX interrupt coalescing variables. Default
[dragonfly/vkernel-mp.git] / bin / pwd / Makefile
blob1fd5a7f42296ca1432066e94a1e06787293a74a3
1 # @(#)Makefile 8.1 (Berkeley) 5/31/93
2 # $FreeBSD: src/bin/pwd/Makefile,v 1.5.2.3 2001/08/01 05:13:30 obrien Exp $
3 # $DragonFly: src/bin/pwd/Makefile,v 1.4 2005/02/06 07:16:40 okumoto Exp $
5 PROG= pwd
6 LINKS= ${BINDIR}/pwd ${BINDIR}/realpath
7 MAN= pwd.1 realpath.1
9 .include <bsd.prog.mk>