summaryrefslogtreecommitdiff
path: root/distrib/special/umount/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/special/umount/Makefile')
-rw-r--r--distrib/special/umount/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/distrib/special/umount/Makefile b/distrib/special/umount/Makefile
new file mode 100644
index 00000000000..bb81f0a670b
--- /dev/null
+++ b/distrib/special/umount/Makefile
@@ -0,0 +1,11 @@
+# $OpenBSD: Makefile,v 1.1 2014/02/21 19:01:02 deraadt Exp $
+
+PROG= umount
+MAN= umount.8
+
+CFLAGS+= -DNO_NFS
+DPADD+= ${LIBUTIL}
+LDADD+= -lutil
+
+.PATH: ${.CURDIR}/../../../sbin/umount
+.include <bsd.prog.mk>