summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mount_nwfs/Makefile
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>1999-10-15 09:59:48 +0000
committerbp <bp@FreeBSD.org>1999-10-15 09:59:48 +0000
commit8b5d9028e2ee6ecb6046a21b4f7411da3c0819a0 (patch)
tree7fb571fc68137608ef4ac454a4a466b5851e34bc /usr.sbin/mount_nwfs/Makefile
parent7b2a02340bd764d4cf4cbd6b4f4a5a7c6c579af7 (diff)
downloadFreeBSD-src-8b5d9028e2ee6ecb6046a21b4f7411da3c0819a0.zip
FreeBSD-src-8b5d9028e2ee6ecb6046a21b4f7411da3c0819a0.tar.gz
Add mount_nwfs program. Now -current can mount NetWare volumes.
Diffstat (limited to 'usr.sbin/mount_nwfs/Makefile')
-rw-r--r--usr.sbin/mount_nwfs/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/mount_nwfs/Makefile b/usr.sbin/mount_nwfs/Makefile
new file mode 100644
index 0000000..5340596
--- /dev/null
+++ b/usr.sbin/mount_nwfs/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PROG= mount_nwfs
+SRCS= mount_nwfs.c getmntopts.c
+MAN8= mount_nwfs.8
+
+MOUNT= ${.CURDIR}/../mount
+CFLAGS+= -DNWFS -I${MOUNT}
+
+.PATH: ${MOUNT}
+
+LDADD+= -lncp -lipx
+DPADD+= ${LIBIPX} ${LIBNCP}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud