diff options
-rw-r--r-- | sbin/mount_union/Makefile | 3 | ||||
-rw-r--r-- | sbin/mount_unionfs/Makefile | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sbin/mount_union/Makefile b/sbin/mount_union/Makefile index 6996bf3..e213137 100644 --- a/sbin/mount_union/Makefile +++ b/sbin/mount_union/Makefile @@ -8,7 +8,4 @@ MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} .PATH: ${MOUNT} -BINOWN= root -BINMODE=4555 - .include <bsd.prog.mk> diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile index 6996bf3..e213137 100644 --- a/sbin/mount_unionfs/Makefile +++ b/sbin/mount_unionfs/Makefile @@ -8,7 +8,4 @@ MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} .PATH: ${MOUNT} -BINOWN= root -BINMODE=4555 - .include <bsd.prog.mk> |