summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-23 04:47:43 +0000
committerngie <ngie@FreeBSD.org>2017-03-23 04:47:43 +0000
commit4bf4476518619c8579b676a8bd487e239ced5816 (patch)
tree3f0789843d4f43fdf4e50754b6f8b64b7cd2b0d8 /rescue
parent34e7528f0d56479d4d42e04e6426cff208f2d37d (diff)
downloadFreeBSD-src-4bf4476518619c8579b676a8bd487e239ced5816.zip
FreeBSD-src-4bf4476518619c8579b676a8bd487e239ced5816.tar.gz
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
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 67414f9..2a78542 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -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
OpenPOWER on IntegriCloud