diff options
author | John Baldwin <jhb@FreeBSD.org> | 2002-10-02 16:14:16 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2002-10-02 16:14:16 +0000 |
commit | c58ff411bc5b19d8fa2ce65fd9d8fabd1b13392f (patch) | |
tree | 142e2170e313d40b5f6667abb9d0d05fe72fd925 /libexec/Makefile | |
parent | 03f3a2a6453db87a8ecfcf9d0d3d6b6b2fa88363 (diff) | |
download | src-c58ff411bc5b19d8fa2ce65fd9d8fabd1b13392f.tar.gz src-c58ff411bc5b19d8fa2ce65fd9d8fabd1b13392f.zip |
Unhook rpc.rstatd from the build until it actually compiles.
Notes
Notes:
svn path=/head/; revision=104376
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 75c768bd9b34..89317c578fb3 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 \ |