diff options
author | tv <tv> | 1998-08-17 18:14:07 +0000 |
---|---|---|
committer | tv <tv> | 1998-08-17 18:14:07 +0000 |
commit | 7aa19ffc26d493269a732ddd76ebe0460ee4dddc (patch) | |
tree | 2b0783dd009bd32a270a192e40fdbb7d6ddbcb5d /emulators | |
parent | d937d18016c7ac81987799b1e93d398bb938296f (diff) | |
download | pkgsrc-7aa19ffc26d493269a732ddd76ebe0460ee4dddc.tar.gz |
Stopgap hack to make this build and install for PR #5980. This will be
fixed in a better way later this week.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_lib/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/emulators/linux_lib/Makefile b/emulators/linux_lib/Makefile index 39be7c4ce6e..1be0414561a 100644 --- a/emulators/linux_lib/Makefile +++ b/emulators/linux_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/05/08 23:57:02 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 1998/08/17 18:14:07 tv Exp $ # FreeBSD Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp # @@ -9,7 +9,10 @@ ONLY_FOR_ARCHS= i386 MAINTAINER= packages@netbsd.org -PREFIX= /emul/linux +# XXX this is not the right thing +.include "../../mk/bsd.pkg.mk" +LOCALBASE= /emul/linux +NO_MTREE= # The distfile is distributed under the GPL, so no re-distribution of # binaries without source. |