diff options
author | gordon <gordon@FreeBSD.org> | 2002-07-07 22:17:38 +0000 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2002-07-07 22:17:38 +0000 |
commit | 61a367a10729c39537e8ff3420c80e40e8670c3f (patch) | |
tree | 4d90d65e37e3ff110f520c80f86415fc5c3b518f /usr.sbin/Makefile | |
parent | d4687194268688be86334d58c23e595c23aa479d (diff) | |
download | FreeBSD-src-61a367a10729c39537e8ff3420c80e40e8670c3f.zip FreeBSD-src-61a367a10729c39537e8ff3420c80e40e8670c3f.tar.gz |
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)
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |