summaryrefslogtreecommitdiff
path: root/sys/modules/nfsclient
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1998-06-30 11:19:22 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1998-06-30 11:19:22 +0000
commit56786ee91bd09bba47ab2ee982cc297da9d26980 (patch)
tree11fa090aa5edeca875ca17c60fe6f4b1a44ff9b6 /sys/modules/nfsclient
parent6e56beb6d2ec6b3fbd81d28af72724e7af8decc8 (diff)
Notes
Diffstat (limited to 'sys/modules/nfsclient')
-rw-r--r--sys/modules/nfsclient/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile
index 4c43b119cd37..991b84808f62 100644
--- a/sys/modules/nfsclient/Makefile
+++ b/sys/modules/nfsclient/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1998/02/04 21:56:37 eivind Exp $
+# $Id: Makefile,v 1.6 1998/02/06 23:54:23 eivind Exp $
.PATH: ${.CURDIR}/../../sys/nfs
KMOD= nfs_mod
@@ -17,5 +17,7 @@ opt_inet.h:
.if ${NFS_INET} > 0
echo "#define INET 1" > opt_inet.h
.endif
+opt_nfs.h:
+ touch opt_nfs.h
.include <bsd.kmod.mk>