From 1e133aef70b05c467f149fa0fbfa1ed876da1794 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 29 Nov 2005 19:39:04 +0000 Subject: Let kmod.mk create empty opt_*.h files. --- sys/modules/ipfw/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sys/modules') diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index c8c82cc..5c433e2 100644 --- a/sys/modules/ipfw/Makefile +++ b/sys/modules/ipfw/Makefile @@ -17,16 +17,10 @@ CFLAGS+= -DIPFIREWALL # .if !defined(KERNBUILDDIR) -.if defined(NO_INET6) -opt_inet6.h: - cat /dev/null > ${.TARGET} -.else +.if !defined(NO_INET6) opt_inet6.h: echo "#define INET6 1" > ${.TARGET} .endif - -opt_ipsec.h: - cat /dev/null > ${.TARGET} .endif .include -- cgit v1.1