diff options
author | phk <phk@FreeBSD.org> | 1994-11-20 22:45:14 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-11-20 22:45:14 +0000 |
commit | 4c0d04b7f5d308dbeee51aaa0cedef497191b7db (patch) | |
tree | d754505f20a12a6c9009e1209ae12728d173e86f /sbin/mount_umapfs | |
parent | fd2550d3d3add4b6412572264322a4acda00b559 (diff) | |
download | FreeBSD-src-4c0d04b7f5d308dbeee51aaa0cedef497191b7db.zip FreeBSD-src-4c0d04b7f5d308dbeee51aaa0cedef497191b7db.tar.gz |
I might soon stop to keep count of these...
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 49157cd..59c1ac1d 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/sys -I${MOUNT} +CFLAGS+= -I.${.CURDIR}/../../sys -I${MOUNT} .PATH: ${MOUNT} .include <bsd.prog.mk> |