summaryrefslogtreecommitdiffstats
path: root/sys/modules/cd9660/Makefile
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-02-06 23:54:27 +0000
committereivind <eivind@FreeBSD.org>1998-02-06 23:54:27 +0000
commit19c2e7eb57bb6d381ab34d18a9f7a3fc526bfa3a (patch)
tree998b9cb43bd4ac396d5c92a821407cd73eefcf47 /sys/modules/cd9660/Makefile
parentcc1e6a26112177e43c3f34ab8816a908f35cec54 (diff)
downloadFreeBSD-src-19c2e7eb57bb6d381ab34d18a9f7a3fc526bfa3a.zip
FreeBSD-src-19c2e7eb57bb6d381ab34d18a9f7a3fc526bfa3a.tar.gz
Back out opt_diagnostic.h changes.
Diffstat (limited to 'sys/modules/cd9660/Makefile')
-rw-r--r--sys/modules/cd9660/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/modules/cd9660/Makefile b/sys/modules/cd9660/Makefile
index 7431a0c..bcf4cbc 100644
--- a/sys/modules/cd9660/Makefile
+++ b/sys/modules/cd9660/Makefile
@@ -1,15 +1,11 @@
-# $Id: Makefile,v 1.3 1997/02/22 12:47:43 peter Exp $
+# $Id: Makefile,v 1.4 1998/02/04 21:56:34 eivind Exp $
.PATH: ${.CURDIR}/../../sys/isofs/cd9660
KMOD= cd9660_mod
SRCS= cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \
- cd9660_util.c cd9660_vfsops.c cd9660_vnops.c opt_diagnostic.h
+ cd9660_util.c cd9660_vfsops.c cd9660_vnops.c
NOMAN=
VFS_LKM=
CFLAGS+= -DCD9660
-CLEANFILES+=opt_diagnostic.h
-
-opt_diagnostic.h:
- touch opt_diagnostic.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud