MFC r315654:

Fix linking /rescue/rescue to multiple programs in usr.bin after r315113

I meant for the line that conditionally added in /usr/bin/nc support to
be `+=', not `=`. This restores hardlinks for all programs in usr.bin
specified before nc(1), e.g., bunzip2 and tar.

Pointyhat to:	ngie
This commit is contained in:
Enji Cooper 2017-03-23 04:47:43 +00:00
parent 9bb80611bb
commit 70c197e2a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=315781

View File

@ -220,7 +220,7 @@ CRUNCH_LIBS+= -lcrypto
CRUNCH_LIBS+= -lmd
.if ${MK_NETCAT} != "no"
CRUNCH_PROGS_usr.bin= nc
CRUNCH_PROGS_usr.bin+= nc
.endif
CRUNCH_PROGS_usr.bin+= vi