projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge from vendor branch HEIMDAL:
[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>