diff options
author | bde <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
commit | d7156780d39bcfe9261d9a092c4b4fcbf122a73e (patch) | |
tree | 18228d1b21d9e19229ad8461e2b326297d531fef /sys/modules/nfsserver/Makefile | |
parent | 927cbd2a6cdb5a394f334292d5ba382cf783967f (diff) | |
download | FreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.zip FreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.tar.gz |
Removed special rules for building and cleaning device interface files
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
Diffstat (limited to 'sys/modules/nfsserver/Makefile')
-rw-r--r-- | sys/modules/nfsserver/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/nfsserver/Makefile b/sys/modules/nfsserver/Makefile index 9aa10ae..7880e2e 100644 --- a/sys/modules/nfsserver/Makefile +++ b/sys/modules/nfsserver/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> |