aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nfsclient
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1998-06-30 11:29:01 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1998-06-30 11:29:01 +0000
commitae3efda3a4c96ee4fb4bff29e2922329b9f05232 (patch)
tree4194cc7da1c6b463aa12890bd5402c70e3a1638b /sys/modules/nfsclient
parentbd362ab12dbe0a3b14fe1c583d862a20a7d014a8 (diff)
downloadsrc-ae3efda3a4c96ee4fb4bff29e2922329b9f05232.tar.gz
src-ae3efda3a4c96ee4fb4bff29e2922329b9f05232.zip
add new opt_nfs.h to cleanfiles...
Notes
Notes: svn path=/head/; revision=37294
Diffstat (limited to 'sys/modules/nfsclient')
-rw-r--r--sys/modules/nfsclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile
index 991b84808f62..16e192679970 100644
--- a/sys/modules/nfsclient/Makefile
+++ b/sys/modules/nfsclient/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1998/02/06 23:54:23 eivind Exp $
+# $Id: Makefile,v 1.7 1998/06/30 11:19:20 jmg Exp $
.PATH: ${.CURDIR}/../../sys/nfs
KMOD= nfs_mod
@@ -10,7 +10,7 @@ NOMAN=
VFS_LKM=
CFLAGS+= -DNFS
-CLEANFILES+= opt_inet.h
+CLEANFILES+= opt_inet.h opt_nfs.h
opt_inet.h:
touch opt_inet.h