summaryrefslogtreecommitdiffstats
path: root/sys/modules/cd9660/Makefile
diff options
context:
space:
mode:
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