diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-09-04 06:37:58 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-09-04 06:37:58 +0000 |
| commit | c11c12792618404025412f0ce20f1ed4df7fff12 (patch) | |
| tree | 3d43c3f3019174f031714a4f281d9739ed37c091 /sys/modules/nfsclient | |
| parent | b102e653add651457375a5b687350f84ba44a85b (diff) | |
Notes
Diffstat (limited to 'sys/modules/nfsclient')
| -rw-r--r-- | sys/modules/nfsclient/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile index 11b83eb8f261..1d7565e719ea 100644 --- a/sys/modules/nfsclient/Makefile +++ b/sys/modules/nfsclient/Makefile @@ -22,9 +22,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 |
