summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncplist/Makefile
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>1999-10-20 11:31:02 +0000
committerbp <bp@FreeBSD.org>1999-10-20 11:31:02 +0000
commitf62abf8589f7be12d62f1592c3fb8a6eab8116b1 (patch)
treed122aa79c829bab52053ec4fe000160f599ed722 /usr.bin/ncplist/Makefile
parentaea37455eaaea3e5e0e407d8315d0df707ec2974 (diff)
downloadFreeBSD-src-f62abf8589f7be12d62f1592c3fb8a6eab8116b1.zip
FreeBSD-src-f62abf8589f7be12d62f1592c3fb8a6eab8116b1.tar.gz
Add ncplist program. That makes minimal set of ncp
utilities to use NetWare volumes. Other functionality (ncpsend, ncprint) will be added later.
Diffstat (limited to 'usr.bin/ncplist/Makefile')
-rw-r--r--usr.bin/ncplist/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/ncplist/Makefile b/usr.bin/ncplist/Makefile
new file mode 100644
index 0000000..b08d781
--- /dev/null
+++ b/usr.bin/ncplist/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+PROG= ncplist
+SRCS= ncplist.c
+MAN1= ncplist.1
+
+DPADD+= ${LIBIPX} ${LIBNCP}
+LDADD+= -lipx -lncp
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud