summaryrefslogtreecommitdiffstats
path: root/sbin/mount_union/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_union/Makefile')
-rw-r--r--sbin/mount_union/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sbin/mount_union/Makefile b/sbin/mount_union/Makefile
new file mode 100644
index 0000000..a6b33af
--- /dev/null
+++ b/sbin/mount_union/Makefile
@@ -0,0 +1,14 @@
+# @(#)Makefile 8.3 (Berkeley) 3/27/94
+
+PROG= mount_union
+SRCS= mount_union.c getmntopts.c
+MAN8= mount_union.0
+
+MOUNT= ${.CURDIR}/../mount
+CFLAGS+= -I/sys -I${MOUNT}
+.PATH: ${MOUNT}
+
+BINOWN= root
+BINMODE=4555
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud