mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
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:
parent
9bb80611bb
commit
70c197e2a7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=315781
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user