summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mount_nwfs
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2003-07-02 16:43:14 +0000
committergordon <gordon@FreeBSD.org>2003-07-02 16:43:14 +0000
commit3ea8afd622c048c866e3af5dd51c4c11d73a0db9 (patch)
tree60bc0aaa154b5488b86e7dd43609c09407dff541 /usr.sbin/mount_nwfs
parentbd4345143788df8ab45f085429a9d8d8ead6e473 (diff)
downloadFreeBSD-src-3ea8afd622c048c866e3af5dd51c4c11d73a0db9.zip
FreeBSD-src-3ea8afd622c048c866e3af5dd51c4c11d73a0db9.tar.gz
Correct paths to mount sources.
Diffstat (limited to 'usr.sbin/mount_nwfs')
-rw-r--r--usr.sbin/mount_nwfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mount_nwfs/Makefile b/usr.sbin/mount_nwfs/Makefile
index 00fed85..c667088 100644
--- a/usr.sbin/mount_nwfs/Makefile
+++ b/usr.sbin/mount_nwfs/Makefile
@@ -4,7 +4,7 @@ PROG= mount_nwfs
SRCS= mount_nwfs.c getmntopts.c
MAN= mount_nwfs.8
-MOUNT= ${.CURDIR}/../mount
+MOUNT= ${.CURDIR}/../../sbin/mount
CFLAGS+= -DNWFS -I${MOUNT}
WARNS= 0
OpenPOWER on IntegriCloud