From d7156780d39bcfe9261d9a092c4b4fcbf122a73e Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 28 Nov 1999 18:53:47 +0000 Subject: 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}). --- sys/modules/nfsclient/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/modules/nfsclient') diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile index 9aa10ae..7880e2e 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 -- cgit v1.1