summaryrefslogtreecommitdiff
path: root/sbin/mount_ados/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
commitd6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch)
treeece253b876159b39c620e62b6c9b1174642e070e /sbin/mount_ados/Makefile
initial import of NetBSD tree
Diffstat (limited to 'sbin/mount_ados/Makefile')
-rw-r--r--sbin/mount_ados/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sbin/mount_ados/Makefile b/sbin/mount_ados/Makefile
new file mode 100644
index 00000000000..233bf4dd6ba
--- /dev/null
+++ b/sbin/mount_ados/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.4 1995/03/18 14:57:08 cgd Exp $
+
+PROG= mount_ados
+SRCS= mount_ados.c getmntopts.c
+MAN= mount_ados.8
+
+MOUNT= ${.CURDIR}/../mount
+CFLAGS+= -I${MOUNT}
+.PATH: ${MOUNT}
+
+.include <bsd.prog.mk>