diff options
author | wpaul <wpaul@FreeBSD.org> | 1996-02-13 14:59:20 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1996-02-13 14:59:20 +0000 |
commit | 05ba9bfe8b06af9502b552c95b3654d668d62566 (patch) | |
tree | 27cd1c97d3a3d8973790165002e9059bede320a6 /libexec/Makefile | |
parent | deef3e479531bd28fbb10e3de5b72e14d95cf2d7 (diff) | |
download | FreeBSD-src-05ba9bfe8b06af9502b552c95b3654d668d62566.zip FreeBSD-src-05ba9bfe8b06af9502b552c95b3654d668d62566.tar.gz |
Turn on ypxfr.
Diffstat (limited to 'libexec/Makefile')
-rw-r--r-- | libexec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 902e646..842ebf8 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -2,7 +2,8 @@ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \ mail.local makekey revnetgroup rexecd rlogind rpc.rquotad rpc.rstatd \ - rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd xtend + rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd xtend \ + ypxfr .if !exists(../secure) || defined(NOSECURE) SUBDIR+=telnetd |