summaryrefslogtreecommitdiffstats
path: root/sys/modules/cd9660
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-10-16 04:30:52 +0000
committerpeter <peter@FreeBSD.org>1998-10-16 04:30:52 +0000
commitac52f6b7583c0e99b3dae24ff997a883eb9a9c4b (patch)
tree0fe9e0d5ef6ae112bba6612c549035f20ce56245 /sys/modules/cd9660
parentcee4b5d4c180c7f89787124e2aefbde4bf062b46 (diff)
downloadFreeBSD-src-ac52f6b7583c0e99b3dae24ff997a883eb9a9c4b.zip
FreeBSD-src-ac52f6b7583c0e99b3dae24ff997a883eb9a9c4b.tar.gz
Sample initial set of kld-ified modules. Not all have been completely
converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
Diffstat (limited to 'sys/modules/cd9660')
-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