From fd2550d3d3add4b6412572264322a4acda00b559 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 20 Nov 1994 22:42:16 +0000 Subject: And another absolute path -I :-< --- sbin/mount_portal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/mount_portal') diff --git a/sbin/mount_portal/Makefile b/sbin/mount_portal/Makefile index 4f32eda..519d27f0 100644 --- a/sbin/mount_portal/Makefile +++ b/sbin/mount_portal/Makefile @@ -6,7 +6,7 @@ SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ MAN8= mount_portal.8 MOUNT= ${.CURDIR}/../mount -CFLAGS+= -I/sys -I${MOUNT} +CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} .PATH: ${MOUNT} DPADD= $(LIBCOMPAT) -- cgit v1.1