From 4b83c5852a5bcba28ed7ce5d13ff021642859772 Mon Sep 17 00:00:00 2001 From: bz Date: Sat, 13 Nov 2004 20:40:32 +0000 Subject: Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. If turned on no NIS support and related programs will be built. Lost parts rediscovered by: Danny Braniss PR: bin/68303 No objections: des, gshapiro, nectar Reviewed by: ru Approved by: rwatson (mentor) MFC after: 2 weeks --- lib/libc/net/rcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/net/rcmd.c') diff --git a/lib/libc/net/rcmd.c b/lib/libc/net/rcmd.c index fcdd639..1ad073d 100644 --- a/lib/libc/net/rcmd.c +++ b/lib/libc/net/rcmd.c @@ -55,8 +55,8 @@ __FBSDID("$FreeBSD$"); #include #include #include -#ifdef YP #include +#ifdef YP #include #include #endif -- cgit v1.1