Make modules work again part 1: linkup vfs, rename Makefile.module files,
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 15 Aug 2003 07:26:16 +0000 (07:26 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 15 Aug 2003 07:26:16 +0000 (07:26 +0000)
commit7d1b9a3b84deae563f1a0cb71a97fc4d4174ea51
treec9160d44a8e0801d996d4e805bf5725858b23731
parent9ea0a4803a72bc7604f9b55afe5012b97dfcd875
Make modules work again part 1: linkup vfs, rename Makefile.module files,
add additional Makefile's as appropriate, and fixup junk header file
generation.
23 files changed:
sys/vfs/Makefile [new file with mode: 0644]
sys/vfs/coda/Makefile
sys/vfs/fdesc/Makefile
sys/vfs/fifofs/Makefile [new file with mode: 0644]
sys/vfs/gnu/Makefile [new file with mode: 0644]
sys/vfs/hpfs/Makefile
sys/vfs/hpfs/hpfs.h
sys/vfs/hpfs/hpfs_hash.c
sys/vfs/hpfs/hpfs_subr.c
sys/vfs/hpfs/hpfs_vfsops.c
sys/vfs/hpfs/hpfs_vnops.c
sys/vfs/isofs/Makefile [new file with mode: 0644]
sys/vfs/mfs/Makefile
sys/vfs/msdosfs/Makefile
sys/vfs/nfs/Makefile
sys/vfs/ntfs/Makefile
sys/vfs/nullfs/Makefile
sys/vfs/nwfs/Makefile
sys/vfs/portal/Makefile
sys/vfs/procfs/Makefile
sys/vfs/smbfs/Makefile
sys/vfs/umapfs/Makefile
sys/vfs/union/Makefile