diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
| commit | 6f940b38476a3dc6ecaca7ad305eddf1f9eab154 (patch) | |
| tree | a75309cf2a123fe17ec5d563ef84cd1db17898a6 /sys/modules/nwfs | |
| parent | bc019cca2fb755ab66c54bc88a073e843b66bb55 (diff) | |
Notes
Diffstat (limited to 'sys/modules/nwfs')
| -rw-r--r-- | sys/modules/nwfs/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/modules/nwfs/Makefile b/sys/modules/nwfs/Makefile index 381c318350bf..925fb0567119 100644 --- a/sys/modules/nwfs/Makefile +++ b/sys/modules/nwfs/Makefile @@ -10,8 +10,6 @@ SRCS= nwfs_node.c nwfs_ioctl.c nwfs_io.c nwfs_vfsops.c nwfs_vnops.c \ VFS_KLD=true -CLEANFILES= opt_ncp.h opt_nwfs.h opt_vmpage.h - NOMAN=true CFLAGS+= -DNWFS @@ -23,9 +21,6 @@ CFLAGS+= -DVNPRINT opt_ncp.h: echo "#define NCP 1" > ${.TARGET} -opt_nwfs.h opt_vmpage.h: - touch ${.TARGET} - load: nwfs.ko kldload ./nwfs.ko |
