From 0d86ed2bc837a77b83a3d8427d8e001acd3a9fbb Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov 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/ipfw') diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index c8c82cc67f27..5c433e25c10b 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.3