The nfsroot code should be conditional on NFSCLIENT, not NFS (which no

longer exists as an option)
This commit is contained in:
Peter Wemm 2002-09-13 20:29:42 +00:00
parent 6b265e0242
commit 8b10ca9ba9

View File

@ -204,7 +204,7 @@ configure(void *dummy)
void
cpu_rootconf()
{
#if defined(NFS) && defined(NFS_ROOT)
#if defined(NFSCLIENT) && defined(NFS_ROOT)
int order = 0;
#if !defined(BOOTP_NFSROOT)
if (nfs_diskless_valid)