summaryrefslogtreecommitdiff
path: root/emulators/freebsd_lib
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-22 19:33:49 +0000
committertv <tv@pkgsrc.org>1999-05-22 19:33:49 +0000
commitd8a71cfed0137ba47ef029adf29a94e4ac098560 (patch)
tree074aafefa49b535d61b1a2bdf0b9d7f8133b7b4c /emulators/freebsd_lib
parentf62bec75b30eab073376e20f3f5a4e043b1c1497 (diff)
downloadpkgsrc-d8a71cfed0137ba47ef029adf29a94e4ac098560.tar.gz
Forcibly specify that the shlib type is a.out, so that ELF systems won't
run into trouble with the automatic shlib handling.
Diffstat (limited to 'emulators/freebsd_lib')
-rw-r--r--emulators/freebsd_lib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/freebsd_lib/Makefile b/emulators/freebsd_lib/Makefile
index 6a927309ac0..598208f229b 100644
--- a/emulators/freebsd_lib/Makefile
+++ b/emulators/freebsd_lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/05/22 19:31:07 tv Exp $
+# $NetBSD: Makefile,v 1.5 1999/05/22 19:33:49 tv Exp $
#
DISTNAME= freebsd_lib-2.2.7
@@ -31,4 +31,7 @@ do-install:
done
@${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${INSTALL_FILE} - POST-INSTALL
+show-shlib-type:
+ @${ECHO} a.out
+
.include "../../mk/bsd.pkg.mk"