diff options
author | Brian Somers <brian@FreeBSD.org> | 2004-07-08 22:35:36 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2004-07-08 22:35:36 +0000 |
commit | 0ac4013324da9417b9594c31bed81ad45f4d229e (patch) | |
tree | 20232a5e4a3c9e6b2610bd5b43c7e935d7896f38 /sys/modules/nfsclient/Makefile | |
parent | 63fcce68f13aac29a7d760a330fa17f8bc7301b8 (diff) | |
download | src-0ac4013324da9417b9594c31bed81ad45f4d229e.tar.gz src-0ac4013324da9417b9594c31bed81ad45f4d229e.zip |
Change the following environment variables to kernel options:
bootp -> BOOTP
bootp.nfsroot -> BOOTP_NFSROOT
bootp.nfsv3 -> BOOTP_NFSV3
bootp.compat -> BOOTP_COMPAT
bootp.wired_to -> BOOTP_WIRED_TO
- i.e. back out the previous commit. It's already possible to
pxeboot(8) with a GENERIC kernel.
Pointed out by: dwmalone
Notes
Notes:
svn path=/head/; revision=131840
Diffstat (limited to 'sys/modules/nfsclient/Makefile')
-rw-r--r-- | sys/modules/nfsclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile index 688bd377c30e..11b83eb8f261 100644 --- a/sys/modules/nfsclient/Makefile +++ b/sys/modules/nfsclient/Makefile @@ -7,7 +7,7 @@ KMOD= nfsclient SRCS= vnode_if.h \ nfs_bio.c nfs_lock.c nfs_node.c nfs_socket.c nfs_subs.c nfs_nfsiod.c \ nfs_vfsops.c nfs_vnops.c nfs_common.c \ - opt_inet.h opt_nfs.h opt_nfsroot.h + opt_inet.h opt_nfs.h opt_bootp.h opt_nfsroot.h SRCS+= nfs4_dev.c nfs4_idmap.c nfs4_socket.c nfs4_subs.c \ nfs4_vfs_subs.c nfs4_vfsops.c nfs4_vn_subs.c nfs4_vnops.c SRCS+= opt_inet6.h |