aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nfsclient
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-11-02 04:16:17 +0000
committerBrian Feldman <green@FreeBSD.org>1999-11-02 04:16:17 +0000
commitfa470df9db52cee94a0b6ab3438ac44f2efd170e (patch)
treecc66ea155cf8f37240242a994be392eb435b63d6 /sys/modules/nfsclient
parent9ca7957c86deebefa971c639053b223f606d5e01 (diff)
downloadsrc-fa470df9db52cee94a0b6ab3438ac44f2efd170e.tar.gz
src-fa470df9db52cee94a0b6ab3438ac44f2efd170e.zip
Unbreak this build.
Notes
Notes: svn path=/head/; revision=52787
Diffstat (limited to 'sys/modules/nfsclient')
-rw-r--r--sys/modules/nfsclient/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile
index 113d58922c05..9aa10ae87f80 100644
--- a/sys/modules/nfsclient/Makefile
+++ b/sys/modules/nfsclient/Makefile
@@ -4,12 +4,12 @@
KMOD= nfs
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_inet.h opt_nfs.h opt_vmpage.h
+ nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h opt_bootp.h
NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel
NOMAN=
VFS_KLD=
CFLAGS+= -DNFS
-CLEANFILES= opt_inet.h opt_nfs.h opt_vmpage.h opt_posix.h
+CLEANFILES= opt_inet.h opt_nfs.h opt_vmpage.h opt_posix.h opt_bootp.h
opt_inet.h:
touch ${.TARGET}
@@ -17,7 +17,7 @@ opt_inet.h:
echo "#define INET 1" > ${.TARGET}
.endif
-opt_nfs.h opt_vmpage.h opt_posix.h:
+opt_nfs.h opt_vmpage.h opt_posix.h opt_bootp.h:
touch ${.TARGET}
.include <bsd.kmod.mk>