summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfsclient
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-11-02 04:16:17 +0000
committergreen <green@FreeBSD.org>1999-11-02 04:16:17 +0000
commit890342f440fb076327d30578cd473fba1ac66c50 (patch)
treecc66ea155cf8f37240242a994be392eb435b63d6 /sys/modules/nfsclient
parent97478142867cf2ea0c7b03548a995039518eda6a (diff)
downloadFreeBSD-src-890342f440fb076327d30578cd473fba1ac66c50.zip
FreeBSD-src-890342f440fb076327d30578cd473fba1ac66c50.tar.gz
Unbreak this build.
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 113d589..9aa10ae 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>
OpenPOWER on IntegriCloud