summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nwfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_nwfs/Makefile')
-rw-r--r--sbin/mount_nwfs/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/mount_nwfs/Makefile b/sbin/mount_nwfs/Makefile
index 5340596..0c3d478 100644
--- a/sbin/mount_nwfs/Makefile
+++ b/sbin/mount_nwfs/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD$
PROG= mount_nwfs
SRCS= mount_nwfs.c getmntopts.c
@@ -6,10 +6,9 @@ MAN8= mount_nwfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -DNWFS -I${MOUNT}
-
.PATH: ${MOUNT}
-LDADD+= -lncp -lipx
-DPADD+= ${LIBIPX} ${LIBNCP}
+DPADD= ${LIBNCP} ${LIBIPX}
+LDADD= -lncp -lipx
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud