Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / ncplogin / Makefile
1 # $FreeBSD: src/usr.bin/ncplogin/Makefile,v 1.2.2.1 2001/04/25 11:29:29 ru Exp $
2 # $DragonFly: src/usr.bin/ncplogin/Makefile,v 1.2 2003/06/17 04:29:30 dillon Exp $
3
4 PROG=   ncplogin
5 MAN=    ncplogin.1 ncplogout.1
6
7 LINKS=  ${BINDIR}/ncplogin ${BINDIR}/ncplogout
8
9 LDADD=  -lncp -lipx
10 DPADD=  ${LIBNCP} ${LIBIPX}
11
12 .include <bsd.prog.mk>