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