summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncplist
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>1999-10-31 08:58:29 +0000
committerbp <bp@FreeBSD.org>1999-10-31 08:58:29 +0000
commit5fbe2c72e95d87e36a3192892d827347811c79f6 (patch)
treef32e14af64ccc13e4f465eb07ce584a14c574813 /usr.bin/ncplist
parent8a99813670808f918378a410090bd37959d0eac1 (diff)
downloadFreeBSD-src-5fbe2c72e95d87e36a3192892d827347811c79f6.zip
FreeBSD-src-5fbe2c72e95d87e36a3192892d827347811c79f6.tar.gz
Fix NOSHARED case.
Pointed by: Bruce Evans
Diffstat (limited to 'usr.bin/ncplist')
-rw-r--r--usr.bin/ncplist/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/ncplist/Makefile b/usr.bin/ncplist/Makefile
index b08d781..8e6d189 100644
--- a/usr.bin/ncplist/Makefile
+++ b/usr.bin/ncplist/Makefile
@@ -1,10 +1,8 @@
-# $FreeBSD$
+# $FreeBSD$
PROG= ncplist
-SRCS= ncplist.c
-MAN1= ncplist.1
-DPADD+= ${LIBIPX} ${LIBNCP}
-LDADD+= -lipx -lncp
+DPADD= ${LIBNCP} ${LIBIPX}
+LDADD= -lncp -lipx
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud