From 61a367a10729c39537e8ff3420c80e40e8670c3f Mon Sep 17 00:00:00 2001 From: gordon Date: Sun, 7 Jul 2002 22:17:38 +0000 Subject: Hook nfsd and mountd back into the build in /usr/sbin, where they make more sense. Since portmap/rpcbind is in /usr/sbin it doesn't make any sense for nfsd and mountd to be in /sbin. For the record, NetBSD has them in /usr/sbin while OpenBSD has them in /sbin PR: bin/30972 Reviewed by: jake (mentor) --- usr.sbin/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin') diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index c1802ee..ce233e4 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -50,12 +50,14 @@ SUBDIR= IPXrouted \ mixer \ mld6query \ mlxcontrol \ + mountd \ moused \ mrouted \ mtest \ mtree \ ndp \ newsyslog \ + nfsd \ ngctl \ ntp \ nghook \ -- cgit v1.1