Correct paths to mount sources.
This commit is contained in:
parent
bd43451437
commit
3ea8afd622
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user