aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_hpfs
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-05-18 13:41:42 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-05-18 13:41:42 +0000
commit3ab9a9d0e0ebfa0140abae7977b0585efcfaba5a (patch)
tree5b1dc1e532e934b276fd511ffae55c4c153de5ec /sbin/mount_hpfs
parent6555ad204ef212c2b284c3e989a5725cfea7e5fe (diff)
Notes
Diffstat (limited to 'sbin/mount_hpfs')
-rw-r--r--sbin/mount_hpfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_hpfs/Makefile b/sbin/mount_hpfs/Makefile
index de78dafcb1c5b..c8e0fd2298969 100644
--- a/sbin/mount_hpfs/Makefile
+++ b/sbin/mount_hpfs/Makefile
@@ -7,7 +7,7 @@ SRCS= mount_hpfs.c getmntopts.c
MAN= mount_hpfs.8
MOUNT= ${.CURDIR}/../mount
-CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} -DHPFS
+CFLAGS+=-I${MOUNT} -DHPFS
.PATH: ${MOUNT}
.include <bsd.prog.mk>