From 52a9144c8ba73bc2eddb65528bb71790cb72f895 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 18 May 2001 13:41:42 +0000 Subject: Removed -I${.CURDIR}/.../sys from CFLAGS. --- sbin/mount_hpfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/mount_hpfs') 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 -- cgit v1.1