From 3ea8afd622c048c866e3af5dd51c4c11d73a0db9 Mon Sep 17 00:00:00 2001 From: gordon Date: Wed, 2 Jul 2003 16:43:14 +0000 Subject: Correct paths to mount sources. --- usr.sbin/mount_nwfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/mount_nwfs') 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 -- cgit v1.1