Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / ncplist / Makefile
1 # $FreeBSD: src/usr.bin/ncplist/Makefile,v 1.2 1999/10/31 08:58:29 bp Exp $
2 # $DragonFly: src/usr.bin/ncplist/Makefile,v 1.2 2003/06/17 04:29:30 dillon Exp $
3
4 PROG=   ncplist
5
6 DPADD=  ${LIBNCP} ${LIBIPX}
7 LDADD=  -lncp -lipx
8
9 .include <bsd.prog.mk>