summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-27 16:51:30 +0000
committerjlam <jlam@pkgsrc.org>2001-07-27 16:51:30 +0000
commitffdab7295f4232a49121fdfa8743ae09e1682805 (patch)
tree688bdcf1e9b13a55cf28cb8f55ea967d7b5ac54d /mk
parent68e55782bbbef49798a39ebfa84b39c011e2fe2c (diff)
downloadpkgsrc-ffdab7295f4232a49121fdfa8743ae09e1682805.tar.gz
Add back commented code.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.buildlink.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.buildlink.mk b/mk/bsd.buildlink.mk
index ac31b031eab..af421824ec6 100644
--- a/mk/bsd.buildlink.mk
+++ b/mk/bsd.buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.buildlink.mk,v 1.28 2001/07/27 16:41:16 jlam Exp $
+# $NetBSD: bsd.buildlink.mk,v 1.29 2001/07/27 16:51:30 jlam Exp $
#
# This Makefile fragment is included by package buildlink.mk files. This
# file does the following things:
@@ -167,10 +167,10 @@ _BUILDLINK_CONFIG_WRAPPER_USE: .USE
.include "../../mk/bsd.prefs.mk"
-#.if (${OBJECT_FMT} == "a.out")
+.if (${OBJECT_FMT} == "a.out")
REPLACE_LIBNAMES+= \
`${FIND} . -name "Makefile" -or -name "Makeconf" -or -name "*.mk" | ${SED} -e 's|\^\./||' | ${SORT}`
-#.endif
+.endif
.if defined(REPLACE_LIBNAMES)
.if defined(HAS_CONFIGURE) || defined(GNU_CONFIGURE)