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, 4 insertions, 4 deletions
diff --git a/sys/modules/cd9660/Makefile b/sys/modules/cd9660/Makefile
index bcf4cbc..9c2dd4b 100644
--- a/sys/modules/cd9660/Makefile
+++ b/sys/modules/cd9660/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.4 1998/02/04 21:56:34 eivind Exp $
+# $Id: Makefile,v 1.5 1998/02/06 23:54:19 eivind Exp $
-.PATH: ${.CURDIR}/../../sys/isofs/cd9660
-KMOD= cd9660_mod
+.PATH: ${.CURDIR}/../../isofs/cd9660
+KMOD= cd9660
SRCS= cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \
cd9660_util.c cd9660_vfsops.c cd9660_vnops.c
NOMAN=
-VFS_LKM=
+VFS_KLD=
CFLAGS+= -DCD9660
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud