aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2005-02-13 07:12:23 +0000
committerXin LI <delphij@FreeBSD.org>2005-02-13 07:12:23 +0000
commit4457bf036b6ddde8575d035c4e441eec39eb21ca (patch)
tree6f77b6f437ce021c3e28661d128d0d107338d6bc /usr.bin/Makefile
parent5c0db7c71ae2f3770f5aada4a1afff72ff882432 (diff)
Notes
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 8a7b310ef058..679d6c5507bb 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -122,6 +122,7 @@ SUBDIR= alias \
ncal \
${_ncplist} \
${_ncplogin} \
+ ${_netcat} \
netstat \
newgrp \
${_newkey} \
@@ -250,6 +251,10 @@ _chkey= chkey
_newkey= newkey
.endif
+.if !defined(NO_NETCAT)
+_netcat= nc
+.endif
+
.if !defined(NO_NIS)
_ypcat= ypcat
_ypmatch= ypmatch