repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Support enabling daemons in base and pkgsrc like NetBSD and FreeBSD, ie:
[dragonfly.git]
/
usr.bin
/
ncplist
/
Makefile
blob
a3b94b9e778b20cb278c181d884a93d86009a7d2
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
>