From d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 18 Oct 1995 08:53:40 +0000 Subject: initial import of NetBSD tree --- sbin/mount_cd9660/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sbin/mount_cd9660/Makefile (limited to 'sbin/mount_cd9660/Makefile') 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 -- cgit v1.2.3