diff options
author | ru <ru@FreeBSD.org> | 2001-05-18 13:41:42 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-05-18 13:41:42 +0000 |
commit | 52a9144c8ba73bc2eddb65528bb71790cb72f895 (patch) | |
tree | 7db9bd25b79ae42b42688d711e04b27f120c2402 /sbin/mount_hpfs/Makefile | |
parent | 50fdd52effcf737a2dcae8320cf8a0aa0d46377e (diff) | |
download | FreeBSD-src-52a9144c8ba73bc2eddb65528bb71790cb72f895.zip FreeBSD-src-52a9144c8ba73bc2eddb65528bb71790cb72f895.tar.gz |
Removed -I${.CURDIR}/.../sys from CFLAGS.
Diffstat (limited to 'sbin/mount_hpfs/Makefile')
-rw-r--r-- | sbin/mount_hpfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_hpfs/Makefile b/sbin/mount_hpfs/Makefile index de78daf..c8e0fd2 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> |