aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2005-02-13 10:12:38 +0000
committerXin LI <delphij@FreeBSD.org>2005-02-13 10:12:38 +0000
commit0f2afd7138e80a8ada935463055e49257ca0989c (patch)
tree5b3d59213b6d938e1e7386a5041a060e0bb55fb9 /usr.bin
parentc202f52f57b1ebc34445b7d40bb32dc2305054d0 (diff)
Notes
Diffstat (limited to 'usr.bin')
-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)