summaryrefslogtreecommitdiff
path: root/distrib/special/mount/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/special/mount/Makefile')
-rw-r--r--distrib/special/mount/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/distrib/special/mount/Makefile b/distrib/special/mount/Makefile
new file mode 100644
index 00000000000..ef62add6dc8
--- /dev/null
+++ b/distrib/special/mount/Makefile
@@ -0,0 +1,10 @@
+# $OpenBSD: Makefile,v 1.1 2014/12/23 17:16:02 deraadt Exp $
+
+PROG= mount
+SRCS= mount.c
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+MAN= mount.8
+
+.PATH: ${.CURDIR}/../../../sbin/mount
+.include <bsd.prog.mk>