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/nfsclient | |
| parent | bc019cca2fb755ab66c54bc88a073e843b66bb55 (diff) | |
Notes
Diffstat (limited to 'sys/modules/nfsclient')
| -rw-r--r-- | sys/modules/nfsclient/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile index 9aa10ae87f80..7880e2efcb27 100644 --- a/sys/modules/nfsclient/Makefile +++ b/sys/modules/nfsclient/Makefile @@ -9,7 +9,6 @@ NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel NOMAN= VFS_KLD= CFLAGS+= -DNFS -CLEANFILES= opt_inet.h opt_nfs.h opt_vmpage.h opt_posix.h opt_bootp.h opt_inet.h: touch ${.TARGET} @@ -17,7 +16,4 @@ opt_inet.h: echo "#define INET 1" > ${.TARGET} .endif -opt_nfs.h opt_vmpage.h opt_posix.h opt_bootp.h: - touch ${.TARGET} - .include <bsd.kmod.mk> |
