From b53839540d5a7b97726379fb05ac2898462af38e Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 20 Nov 1994 22:41:03 +0000 Subject: [PATCH] This time: an absolute -I :-< --- sbin/mount_null/Makefile | 2 +- sbin/mount_nullfs/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/mount_null/Makefile b/sbin/mount_null/Makefile index f20f91b6b6f4..3f8b3ef94b02 100644 --- a/sbin/mount_null/Makefile +++ b/sbin/mount_null/Makefile @@ -5,7 +5,7 @@ SRCS= mount_null.c getmntopts.c MAN8= mount_null.8 MOUNT= ${.CURDIR}/../mount -CFLAGS+= -I/sys -I${MOUNT} +CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} .PATH: ${MOUNT} .include diff --git a/sbin/mount_nullfs/Makefile b/sbin/mount_nullfs/Makefile index f20f91b6b6f4..3f8b3ef94b02 100644 --- a/sbin/mount_nullfs/Makefile +++ b/sbin/mount_nullfs/Makefile @@ -5,7 +5,7 @@ SRCS= mount_null.c getmntopts.c MAN8= mount_null.8 MOUNT= ${.CURDIR}/../mount -CFLAGS+= -I/sys -I${MOUNT} +CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} .PATH: ${MOUNT} .include