summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nwfs
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-03-27 16:23:20 +0000
committerbde <bde@FreeBSD.org>2000-03-27 16:23:20 +0000
commitde637eeac51797684c7c03d3001e464facc56ca2 (patch)
tree521d217b6e6f85725d8b80609687d032dc8a729c /sbin/mount_nwfs
parentd5aa63b724deb4c25a53493914491b1985417010 (diff)
downloadFreeBSD-src-de637eeac51797684c7c03d3001e464facc56ca2.zip
FreeBSD-src-de637eeac51797684c7c03d3001e464facc56ca2.tar.gz
Use the same order in DPADD as in LDADD so that `make checkdpadd' doesn't
report an error for it. Fixed some style bugs (the usual ones for DPADD and LDADD, and misformatting).
Diffstat (limited to 'sbin/mount_nwfs')
-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