diff options
author | tv <tv@pkgsrc.org> | 1999-04-27 11:53:39 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-04-27 11:53:39 +0000 |
commit | af4a0239f62b658306a1a996a4dd015629bd514c (patch) | |
tree | e151ffb7ce12f6ca54055d0eed71c0b5a85e7f69 /emulators/compat12 | |
parent | 68304cdae0c4e5ec2f97e34b319dfce30bd735a5 (diff) | |
download | pkgsrc-af4a0239f62b658306a1a996a4dd015629bd514c.tar.gz |
Explicitly install these into /usr in order to avoid messing with
ld.so.conf on a.out and LD_LIBRARY_PATH on ELF.
Diffstat (limited to 'emulators/compat12')
-rw-r--r-- | emulators/compat12/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile index db236c0119a..5edfd48b0ae 100644 --- a/emulators/compat12/Makefile +++ b/emulators/compat12/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/04/15 16:35:13 tv Exp $ +# $NetBSD: Makefile,v 1.12 1999/04/27 11:53:39 tv Exp $ # DISTNAME= compat12-${MACHINE_ARCH} @@ -14,6 +14,12 @@ ONLY_FOR_OPSYS= NetBSD NO_BUILD= yes +.include "../../mk/bsd.prefs.mk" + +# This installs in /usr to avoid dynamic linker annoyances +LOCALBASE= /usr +NO_MTREE= yes + do-install: ${INSTALL_DATA} ${WRKDIR}/lib*.so* ${PREFIX}/lib/ |