aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nfsclient
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-02-06 23:54:27 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-02-06 23:54:27 +0000
commitccf5ba748382e2c5f3f749444e8f727bf937a210 (patch)
tree45bc7e19ada33ef98325b30e8eb71734a1e35f10 /sys/modules/nfsclient
parent8624242ab885e299571bc82eadd002d098212998 (diff)
downloadsrc-ccf5ba748382e2c5f3f749444e8f727bf937a210.tar.gz
src-ccf5ba748382e2c5f3f749444e8f727bf937a210.zip
Back out opt_diagnostic.h changes.
Notes
Notes: svn path=/head/; revision=33143
Diffstat (limited to 'sys/modules/nfsclient')
-rw-r--r--sys/modules/nfsclient/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile
index 7eebf8303aad..4c43b119cd37 100644
--- a/sys/modules/nfsclient/Makefile
+++ b/sys/modules/nfsclient/Makefile
@@ -1,19 +1,16 @@
-# $Id: Makefile,v 1.4 1998/01/09 01:01:21 eivind Exp $
+# $Id: Makefile,v 1.5 1998/02/04 21:56:37 eivind Exp $
.PATH: ${.CURDIR}/../../sys/nfs
KMOD= nfs_mod
SRCS= nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \
nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c \
- nfs_vnops.c opt_diagnostic.h opt_inet.h
+ nfs_vnops.c opt_inet.h
NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel
NOMAN=
VFS_LKM=
CFLAGS+= -DNFS
-CLEANFILES+=opt_diagnostic.h opt_inet.h
-
-opt_diagnostic.h:
- touch opt_diagnostic.h
+CLEANFILES+= opt_inet.h
opt_inet.h:
touch opt_inet.h