Forgotten to commit this file during the last commit. Connect nc(1)

to build.
This commit is contained in:
Xin LI 2005-02-13 07:12:23 +00:00
parent 5c0db7c71a
commit 4457bf036b

View File

@ -122,6 +122,7 @@ SUBDIR= alias \
ncal \ ncal \
${_ncplist} \ ${_ncplist} \
${_ncplogin} \ ${_ncplogin} \
${_netcat} \
netstat \ netstat \
newgrp \ newgrp \
${_newkey} \ ${_newkey} \
@ -250,6 +251,10 @@ _chkey= chkey
_newkey= newkey _newkey= newkey
.endif .endif
.if !defined(NO_NETCAT)
_netcat= nc
.endif
.if !defined(NO_NIS) .if !defined(NO_NIS)
_ypcat= ypcat _ypcat= ypcat
_ypmatch= ypmatch _ypmatch= ypmatch