diff options
author | wpaul <wpaul@FreeBSD.org> | 1996-06-25 20:32:30 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1996-06-25 20:32:30 +0000 |
commit | 37e3386c7667ab5ac7554e9071828e55595068c4 (patch) | |
tree | b554077fb45d1604d9e3c84e51ff4943141d270e | |
parent | a89f142f6f444991ef10915d896da5ff69a01205 (diff) | |
download | FreeBSD-src-37e3386c7667ab5ac7554e9071828e55595068c4.zip FreeBSD-src-37e3386c7667ab5ac7554e9071828e55595068c4.tar.gz |
Turn on mknetid.
-rw-r--r-- | libexec/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 842ebf8..c665c06 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,9 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 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 \ - ypxfr + mail.local makekey mknetid revnetgroup rexecd rlogind rpc.rquotad \ + rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \ + xtend ypxfr .if !exists(../secure) || defined(NOSECURE) SUBDIR+=telnetd |