diff options
author | jhb <jhb@FreeBSD.org> | 2002-10-02 16:14:16 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-10-02 16:14:16 +0000 |
commit | 0f8f579414bbd404bad587ad1abe361f9023616b (patch) | |
tree | 142e2170e313d40b5f6667abb9d0d05fe72fd925 /libexec/Makefile | |
parent | 354670df503649d8aec7ac2880f5d2f98dcc1071 (diff) | |
download | FreeBSD-src-0f8f579414bbd404bad587ad1abe361f9023616b.zip FreeBSD-src-0f8f579414bbd404bad587ad1abe361f9023616b.tar.gz |
Unhook rpc.rstatd from the build until it actually compiles.
Diffstat (limited to 'libexec/Makefile')
-rw-r--r-- | libexec/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 75c768b..89317c5 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 # $FreeBSD$ -# Present but disabled: kpasswdd +# Present but disabled: kpasswdd rpc.rstatd SUBDIR= atrun \ bootpd \ comsat \ @@ -18,7 +18,6 @@ SUBDIR= atrun \ rexecd \ rlogind \ rpc.rquotad \ - rpc.rstatd \ rpc.rusersd \ rpc.rwalld \ rpc.sprayd \ |