diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-21 23:27:16 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-21 23:27:16 +0000 |
| commit | 4b1e44f14a10ddc1e03c93e168c39f1dec1daee3 (patch) | |
| tree | b6c6b02c3cdaa07c1f63200a868d07a7113dad8d /sys/modules/cd9660 | |
| parent | 67bfdf835b37cf9a7a7184ab6353eee2adc3d649 (diff) | |
Notes
Diffstat (limited to 'sys/modules/cd9660')
| -rw-r--r-- | sys/modules/cd9660/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/cd9660/Makefile b/sys/modules/cd9660/Makefile new file mode 100644 index 000000000000..a7ee27b7bf7d --- /dev/null +++ b/sys/modules/cd9660/Makefile @@ -0,0 +1,11 @@ +# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman 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 +NOMAN= +VFS_LKM= +CFLAGS+= -DCD9660 + +.include <bsd.kmod.mk> |
