summaryrefslogtreecommitdiffstats
path: root/sys/modules/cd9660
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-12 16:47:33 +0000
committerpeter <peter@FreeBSD.org>1999-12-12 16:47:33 +0000
commit41112cf4145322553b6d1a49f4fb64ca9e2ff2cb (patch)
tree36035e929ab38a0d7dac05cdb29f54b58275929b /sys/modules/cd9660
parent88fbbe0647e09a2cefd8b1eb895aea958c1f3c12 (diff)
downloadFreeBSD-src-41112cf4145322553b6d1a49f4fb64ca9e2ff2cb.zip
FreeBSD-src-41112cf4145322553b6d1a49f4fb64ca9e2ff2cb.tar.gz
Bring these more into line with other modules that have .h files generated
on the fly.
Diffstat (limited to 'sys/modules/cd9660')
-rw-r--r--sys/modules/cd9660/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/cd9660/Makefile b/sys/modules/cd9660/Makefile
index 757725a..fd32c1c 100644
--- a/sys/modules/cd9660/Makefile
+++ b/sys/modules/cd9660/Makefile
@@ -2,10 +2,10 @@
.PATH: ${.CURDIR}/../../isofs/cd9660
KMOD= cd9660
-SRCS= cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \
+SRCS= vnode_if.h \
+ cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \
cd9660_util.c cd9660_vfsops.c cd9660_vnops.c
NOMAN=
-VFS_KLD=
CFLAGS+= -DCD9660
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud