no more m68k
This commit is contained in:
parent
4a880144f5
commit
5cb0b582fd
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2014/02/09 06:01:54 shadchin Exp $
|
||||
# $OpenBSD: Makefile,v 1.54 2014/03/19 13:28:57 jasper Exp $
|
||||
|
||||
COMMENT-main= garbage collection and memory leak detection for C and C++
|
||||
COMMENT-atomic= access to hardware provided atomic memory operations
|
||||
@ -23,7 +23,7 @@ MASTER_SITES= ${HOMEPAGE}gc_source/
|
||||
HOMEPAGE= http://www.hpl.hp.com/personal/Hans_Boehm/gc/
|
||||
|
||||
# currently works only on most ELF archs
|
||||
NOT_FOR_ARCHS= m68k m88k vax mips64 mips64el
|
||||
NOT_FOR_ARCHS= m88k vax mips64 mips64el
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2013/11/09 23:19:02 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2014/03/19 13:28:57 jasper Exp $
|
||||
|
||||
ONLY_FOR_ARCHS = alpha amd64 arm i386 hppa m68k m88k mips64 mips64el powerpc sparc64 sparc sh vax
|
||||
ONLY_FOR_ARCHS = alpha amd64 arm i386 hppa m88k mips64 mips64el powerpc sparc64 sparc sh vax
|
||||
|
||||
COMMENT = library for handling page faults in user mode
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2013/11/10 12:25:14 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2014/03/19 13:28:57 jasper Exp $
|
||||
# Much help came from Alexandre Anriot, Robert Nagy, Bernd Ahlers,
|
||||
# and, last but not least, Pedro la Peu.
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT-main= 802.11 layer2 wireless network detector, sniffer, and IDS
|
||||
COMMENT-gpsmap= reads GPS and Network XML datafiles and plots networks
|
||||
|
||||
# No wireless capabilities
|
||||
NOT_FOR_ARCHS=m68k m88k vax
|
||||
NOT_FOR_ARCHS= m88k vax
|
||||
|
||||
V= 2008-05-R1
|
||||
DISTNAME= kismet-${V}
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2013/03/11 11:41:32 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2014/03/19 13:28:57 jasper Exp $
|
||||
|
||||
NOT_FOR_ARCHS = sparc m68k m88k vax
|
||||
NOT_FOR_ARCHS = sparc m88k vax
|
||||
|
||||
COMMENT = PCI bus configuration register access tools
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user