Remove old in_cksum.c and in_cksum.h (they were moved to netinet and sys
[dragonfly.git] / usr.bin / rwall / Makefile
1 # $FreeBSD: src/usr.bin/rwall/Makefile,v 1.4.2.1 2001/04/25 11:29:38 ru Exp $
2 # $DragonFly: src/usr.bin/rwall/Makefile,v 1.2 2003/06/17 04:29:31 dillon Exp $
3
4 PROG = rwall
5
6 DPADD=  ${LIBRPCSVC}
7 LDADD=  -lrpcsvc
8
9 .include <bsd.prog.mk>