diff options
author | tron <tron> | 1999-05-24 21:27:14 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-24 21:27:14 +0000 |
commit | 624d2b5ae2b50dfedfb8cb1ddc96ece577ab0861 (patch) | |
tree | 899dd0b782a05cf5ac64cd180e9f8c3aa2e641ba /emulators/suse_linux | |
parent | c8b6bd921c4cdadd97864fabf43cb33efc9d9c98 (diff) | |
download | pkgsrc-624d2b5ae2b50dfedfb8cb1ddc96ece577ab0861.tar.gz |
Add "ONLY_FOR_PLATFORM= NetBSD-*-i386".
Diffstat (limited to 'emulators/suse_linux')
-rw-r--r-- | emulators/suse_linux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/suse_linux/Makefile b/emulators/suse_linux/Makefile index ee5fd12073a..98d9464e817 100644 --- a/emulators/suse_linux/Makefile +++ b/emulators/suse_linux/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.3 1999/05/24 20:39:41 tv Exp $ +# $NetBSD: Makefile,v 1.4 1999/05/24 21:27:14 tron Exp $ DISTNAME= suse_linux-6.1 CATEGORIES= emulators MASTER_SITES= # empty DISTFILES= # empty +ONLY_FOR_PLATFORM= NetBSD-*-i386 MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.suse.com/ |