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 +- usr.sbin/mount_portalfs/Makefile | 2 +- usr.sbin/mount_smbfs/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 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 diff --git a/usr.sbin/mount_portalfs/Makefile b/usr.sbin/mount_portalfs/Makefile index 90161dc..65473c1 100644 --- a/usr.sbin/mount_portalfs/Makefile +++ b/usr.sbin/mount_portalfs/Makefile @@ -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 diff --git a/usr.sbin/mount_smbfs/Makefile b/usr.sbin/mount_smbfs/Makefile index 9c56456..dabd539 100644 --- a/usr.sbin/mount_smbfs/Makefile +++ b/usr.sbin/mount_smbfs/Makefile @@ -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 -- cgit v1.1