Correct paths to mount sources.

This commit is contained in:
Gordon Tetlow 2003-07-02 16:43:14 +00:00
parent 6319fd15c9
commit 81f79bdd8b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117172
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -6,7 +6,7 @@ SRCS= mount_portalfs.c activate.c conf.c getmntopts.c pt_conf.c \
pt_exec.c pt_file.c pt_tcp.c pt_tcplisten.c
MAN= mount_portalfs.8
MOUNT= ${.CURDIR}/../mount
MOUNT= ${.CURDIR}/../../sbin/mount
CFLAGS+=-I${MOUNT}
WARNS= 0

View File

@ -5,7 +5,7 @@ SRCS= mount_smbfs.c getmntopts.c
WARNS?= 0
MAN= mount_smbfs.8
MOUNTDIR= ${.CURDIR}/../mount
MOUNTDIR= ${.CURDIR}/../../sbin/mount
CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs
CFLAGS+= -DSMBFS -I${MOUNTDIR} -I${CONTRIBDIR}/include