diff options
-rw-r--r-- | emulators/compat12/Makefile | 8 | ||||
-rw-r--r-- | emulators/compat13/Makefile | 8 |
2 files changed, 14 insertions, 2 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/ diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile index 929616ea6a2..3b85db02389 100644 --- a/emulators/compat13/Makefile +++ b/emulators/compat13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/04/15 16:36:14 tv Exp $ +# $NetBSD: Makefile,v 1.2 1999/04/27 11:53:39 tv Exp $ # DISTNAME= compat13-${MACHINE_ARCH} @@ -20,6 +20,12 @@ IGNORE= "NetBSD version not new enough: ${OPSYS_VER}" 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/ .if (${MACHINE_ARCH} == "mipsel") |