summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-02-13 10:11:21 +0000
committerdelphij <delphij@FreeBSD.org>2005-02-13 10:11:21 +0000
commit064b269fc4a504d20b9c5420c3e7dbd9a1e4cd79 (patch)
tree07c58dda9459b8e9fecbd5f409d56bcf5fce85e1 /usr.bin/Makefile
parent8825ee8ffa53d65caa17e44f3f8e5aad1661e520 (diff)
downloadFreeBSD-src-064b269fc4a504d20b9c5420c3e7dbd9a1e4cd79.zip
FreeBSD-src-064b269fc4a504d20b9c5420c3e7dbd9a1e4cd79.tar.gz
Spell the variable as underscore plus their possible value, to follow
the style nearby. Submitted by: ru
Diffstat (limited to 'usr.bin/Makefile')
-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