aboutsummaryrefslogtreecommitdiff
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 87246a24113bc..f6e5fd640ea4d 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)