summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-02-13 07:12:23 +0000
committerdelphij <delphij@FreeBSD.org>2005-02-13 07:12:23 +0000
commit8825ee8ffa53d65caa17e44f3f8e5aad1661e520 (patch)
tree6f77b6f437ce021c3e28661d128d0d107338d6bc /usr.bin/Makefile
parentd0bed09103cb51294707cdd0a99306d0a6c7abef (diff)
downloadFreeBSD-src-8825ee8ffa53d65caa17e44f3f8e5aad1661e520.zip
FreeBSD-src-8825ee8ffa53d65caa17e44f3f8e5aad1661e520.tar.gz
Forgotten to commit this file during the last commit. Connect nc(1)
to build.
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 8a7b310..679d6c5 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
OpenPOWER on IntegriCloud