summaryrefslogtreecommitdiff
path: root/sbin/mount_cd9660/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_cd9660/Makefile
initial import of NetBSD tree
Diffstat (limited to 'sbin/mount_cd9660/Makefile')
-rw-r--r--sbin/mount_cd9660/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile
new file mode 100644
index 00000000000..58664c51d40
--- /dev/null
+++ b/sbin/mount_cd9660/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.3 1995/03/18 14:57:12 cgd Exp $
+# @(#)Makefile 8.3 (Berkeley) 3/27/94
+
+PROG= mount_cd9660
+SRCS= mount_cd9660.c getmntopts.c
+MAN= mount_cd9660.8
+
+MOUNT= ${.CURDIR}/../mount
+CFLAGS+= -I${MOUNT}
+.PATH: ${MOUNT}
+
+.include <bsd.prog.mk>