ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86

It builds fine on NetBSD but does not work right.
Works fine on linux, which was the intended target.
This commit is contained in:
Evaldo Gardenali 2005-07-27 23:17:58 +00:00 committed by Thomas Klausner
parent 8a935bf3bf
commit 4796cda6b7

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2005/07/27 19:04:09 udontknow Exp $
# $NetBSD: Makefile,v 1.2 2005/07/27 23:17:58 udontknow Exp $
#
DISTNAME= aespipe-v2.3b
@ -18,6 +18,8 @@ GNU_CONFIGURE= YES
.include "../../mk/bsd.prefs.mk"
ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86
.if (${MACHINE_ARCH} == "amd64")
BUILD_TARGET= amd64
.elif ${MACHINE_ARCH} == "i386"