diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-06 04:27:56 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-06 04:27:56 +0000 |
commit | 325cc2727b4e975bdc6ec9605473c6978a400109 (patch) | |
tree | f2e726d772fc3f83b26f1d481a8b35ce2a593e35 /devel/linux_kdump | |
parent | 31fe83ed461d192d849b5821e9ccb11678dccc9b (diff) | |
download | FreeBSD-ports-325cc2727b4e975bdc6ec9605473c6978a400109.zip FreeBSD-ports-325cc2727b4e975bdc6ec9605473c6978a400109.tar.gz |
Add 'ONLY_FOR_ARCHS=i386' to linux_* ports.
They are intended for Linux/i386 emulation and to work on i386.
Diffstat (limited to 'devel/linux_kdump')
-rw-r--r-- | devel/linux_kdump/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/linux_kdump/Makefile b/devel/linux_kdump/Makefile index ed4de26..1c9ddd3 100644 --- a/devel/linux_kdump/Makefile +++ b/devel/linux_kdump/Makefile @@ -3,7 +3,7 @@ # Date created: Nov 26 1997 # Whom: msmith@FreeBSD.org # -# $Id: Makefile,v 1.3 1998/11/11 05:37:10 asami Exp $ +# $Id: Makefile,v 1.4 1998/12/19 10:41:23 dfr Exp $ # DISTNAME= linux_kdump-1.0 @@ -14,6 +14,8 @@ MAINTAINER= msmith@FreeBSD.org BUILD_DEPENDS= /compat/linux/usr/bin/cpp:${PORTSDIR}/devel/linux_devel +ONLY_FOR_ARCHS= i386 + .include <bsd.port.pre.mk> .if !exists(/sys/i386/linux/syscalls.master) |