summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 679d6c5..56a1466 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -122,7 +122,7 @@ SUBDIR= alias \
ncal \
${_ncplist} \
${_ncplogin} \
- ${_netcat} \
+ ${_nc} \
netstat \
newgrp \
${_newkey} \
@@ -252,7 +252,7 @@ _newkey= newkey
.endif
.if !defined(NO_NETCAT)
-_netcat= nc
+_nc= nc
.endif
.if !defined(NO_NIS)
OpenPOWER on IntegriCloud