From 1391946a6f37f27f2846b3a310ecd5b6957e1ef1 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 4 Sep 2004 06:37:58 +0000 Subject: Let kmod.mk touch opt_*.h files as needed. Inspired by: imp's email --- sys/modules/nfs4client/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/modules/nfs4client') diff --git a/sys/modules/nfs4client/Makefile b/sys/modules/nfs4client/Makefile index 723f571..5d6a695 100644 --- a/sys/modules/nfs4client/Makefile +++ b/sys/modules/nfs4client/Makefile @@ -21,9 +21,8 @@ SRCS+= rpcclnt.c # USE THE NEW IDMAPPER CFLAGS+= -DUSE_NEW_IDMAPPER -opt_inet.h: - touch ${.TARGET} .if ${NFS_INET} > 0 +opt_inet.h: echo "#define INET 1" > ${.TARGET} .endif -- cgit v1.1