diff options
author | phk <phk@FreeBSD.org> | 1994-11-20 22:46:14 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-11-20 22:46:14 +0000 |
commit | 0f64dfe09616f78acb3b156b23c9a323a788d15d (patch) | |
tree | c826db606ca7dc7160b8ed1165fd2404048cb1c8 /sbin/mount_umapfs | |
parent | 4c0d04b7f5d308dbeee51aaa0cedef497191b7db (diff) | |
download | FreeBSD-src-0f64dfe09616f78acb3b156b23c9a323a788d15d.zip FreeBSD-src-0f64dfe09616f78acb3b156b23c9a323a788d15d.tar.gz |
Whoops.
Diffstat (limited to 'sbin/mount_umapfs')
-rw-r--r-- | sbin/mount_umapfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_umapfs/Makefile b/sbin/mount_umapfs/Makefile index 59c1ac1d..780b52c 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 <bsd.prog.mk> |