summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.incs.mk
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-02-04 01:08:42 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-02-04 01:08:42 +0000
commite6b730a42a3781472e318742288f25b698b5db01 (patch)
treeaf90c31d0966d0fc8f322c3ed51c025565ac86b3 /share/mk/bsd.incs.mk
parentc805a3354e5316470ff02dc5d57d943e3d3860c4 (diff)
downloadFreeBSD-src-e6b730a42a3781472e318742288f25b698b5db01.zip
FreeBSD-src-e6b730a42a3781472e318742288f25b698b5db01.tar.gz
Stop hiding link install commands.
This is no longer needed now that a .for loop is used rather than inline shell script. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/mk/bsd.incs.mk')
-rw-r--r--share/mk/bsd.incs.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/mk/bsd.incs.mk b/share/mk/bsd.incs.mk
index 8ea97ba..57e08ff 100644
--- a/share/mk/bsd.incs.mk
+++ b/share/mk/bsd.incs.mk
@@ -80,7 +80,6 @@ _${group}INS: ${_${group}INCS}
.if defined(INCSLINKS) && !empty(INCSLINKS)
installincludes:
.for s t in ${INCSLINKS}
- @${ECHO} "$t -> $s" ; \
${INSTALL_SYMLINK} $s ${DESTDIR}$t
.endfor
.endif
OpenPOWER on IntegriCloud