diff options
author | tv <tv> | 1999-05-22 19:33:49 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-22 19:33:49 +0000 |
commit | 8299938adf18de1fb7df0984b65db22033483227 (patch) | |
tree | 074aafefa49b535d61b1a2bdf0b9d7f8133b7b4c /emulators/freebsd_lib | |
parent | 83d2f15718754c4bdc00861d01522582a1e78ed3 (diff) | |
download | pkgsrc-8299938adf18de1fb7df0984b65db22033483227.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/Makefile | 5 |
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" |