diff options
Diffstat (limited to 'sbin/mount_portalfs/Makefile')
-rw-r--r-- | sbin/mount_portalfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_portalfs/Makefile b/sbin/mount_portalfs/Makefile index 00b96dc..fc332ee 100644 --- a/sbin/mount_portalfs/Makefile +++ b/sbin/mount_portalfs/Makefile @@ -7,7 +7,7 @@ SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ MAN= mount_portal.8 MOUNT= ${.CURDIR}/../mount -CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} +CFLAGS+=-I${MOUNT} .PATH: ${MOUNT} .include <bsd.prog.mk> |