From 3eeb0c9e5b723449332b1c78542e8c16f670f171 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 20 Nov 1994 22:47:52 +0000 Subject: [PATCH] Guess what --- sbin/mount_union/Makefile | 2 +- sbin/mount_unionfs/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/mount_union/Makefile b/sbin/mount_union/Makefile index 70d74d6b427c..6996bf3fa295 100644 --- a/sbin/mount_union/Makefile +++ b/sbin/mount_union/Makefile @@ -5,7 +5,7 @@ SRCS= mount_union.c getmntopts.c MAN8= mount_union.8 MOUNT= ${.CURDIR}/../mount -CFLAGS+= -I/sys -I${MOUNT} +CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} .PATH: ${MOUNT} BINOWN= root diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile index 70d74d6b427c..6996bf3fa295 100644 --- a/sbin/mount_unionfs/Makefile +++ b/sbin/mount_unionfs/Makefile @@ -5,7 +5,7 @@ SRCS= mount_union.c getmntopts.c MAN8= mount_union.8 MOUNT= ${.CURDIR}/../mount -CFLAGS+= -I/sys -I${MOUNT} +CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} .PATH: ${MOUNT} BINOWN= root