From e007d7c51fcadd444cd152f8676efb8b5a297ffb Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 20 Nov 1994 22:46:14 +0000 Subject: [PATCH] Whoops. --- sbin/mount_umap/Makefile | 2 +- sbin/mount_umapfs/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/mount_umap/Makefile b/sbin/mount_umap/Makefile index 59c1ac1d64c9..780b52cf7277 100644 --- a/sbin/mount_umap/Makefile +++ b/sbin/mount_umap/Makefile @@ -5,7 +5,7 @@ SRCS= mount_umap.c getmntopts.c MAN8= mount_umap.8 MOUNT= ${.CURDIR}/../mount -CFLAGS+= -I.${.CURDIR}/../../sys -I${MOUNT} +CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} .PATH: ${MOUNT} .include diff --git a/sbin/mount_umapfs/Makefile b/sbin/mount_umapfs/Makefile index 59c1ac1d64c9..780b52cf7277 100644 --- a/sbin/mount_umapfs/Makefile +++ b/sbin/mount_umapfs/Makefile @@ -5,7 +5,7 @@ SRCS= mount_umap.c getmntopts.c MAN8= mount_umap.8 MOUNT= ${.CURDIR}/../mount -CFLAGS+= -I.${.CURDIR}/../../sys -I${MOUNT} +CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} .PATH: ${MOUNT} .include