aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mount_smbfs/Makefile
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2003-07-02 16:43:14 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2003-07-02 16:43:14 +0000
commit81f79bdd8b325713077b12ab4aefbb670b515929 (patch)
tree60bc0aaa154b5488b86e7dd43609c09407dff541 /usr.sbin/mount_smbfs/Makefile
parent6319fd15c997673e67abe0c06bee39fad91b4742 (diff)
downloadsrc-81f79bdd8b325713077b12ab4aefbb670b515929.tar.gz
src-81f79bdd8b325713077b12ab4aefbb670b515929.zip
Correct paths to mount sources.
Notes
Notes: svn path=/head/; revision=117172
Diffstat (limited to 'usr.sbin/mount_smbfs/Makefile')
-rw-r--r--usr.sbin/mount_smbfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mount_smbfs/Makefile b/usr.sbin/mount_smbfs/Makefile
index 9c56456a03be..dabd5393f434 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