diff options
author | Mike Barcroft <mike@FreeBSD.org> | 2002-10-02 18:37:11 +0000 |
---|---|---|
committer | Mike Barcroft <mike@FreeBSD.org> | 2002-10-02 18:37:11 +0000 |
commit | 0b15d9a1b6152d0fa2adcc1c40156c484d7cb67c (patch) | |
tree | dd443ce04d08fb8ac7a9c0555aced2b9ed6c9f3a /libexec | |
parent | 821aa3b401ccef46258105601197dad3c452f960 (diff) | |
download | src-0b15d9a1b6152d0fa2adcc1c40156c484d7cb67c.tar.gz src-0b15d9a1b6152d0fa2adcc1c40156c484d7cb67c.zip |
Notes
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 89317c578fb3..75c768bd9b34 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 # $FreeBSD$ -# Present but disabled: kpasswdd rpc.rstatd +# Present but disabled: kpasswdd SUBDIR= atrun \ bootpd \ comsat \ @@ -18,6 +18,7 @@ SUBDIR= atrun \ rexecd \ rlogind \ rpc.rquotad \ + rpc.rstatd \ rpc.rusersd \ rpc.rwalld \ rpc.sprayd \ |