Skip to content

Commit

Permalink
NOT_FOR_PLATFORM can be used together with ONLY_FOR_PLATFORM, so simp…
Browse files Browse the repository at this point in the history
…lify

the logic and make it not fail when we hit NetBSD 10.
  • Loading branch information
dholland committed Jan 1, 2015
1 parent 44fd182 commit 444a747
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions benchmarks/kttcp/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.21 2014/10/09 14:05:59 wiz Exp $
# $NetBSD: Makefile,v 1.22 2015/01/01 09:14:31 dholland Exp $

DISTNAME= kttcp-20020711
CATEGORIES= benchmarks net
Expand All @@ -9,7 +9,9 @@ DISTFILES= # empty
MAINTAINER= [email protected]
COMMENT= Kernel network throughput benchmark

ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]*-* NetBSD-[2-9]*-*
ONLY_FOR_PLATFORM= NetBSD-*-*
NOT_FOR_PLATFORM= NetBSD-1.[0-5]*-* \
NetBSD-1.6-* NetBSD-1.6.*-* NetBSD-1.6A-*

USE_BSD_MAKEFILE= yes
WRKSRC= ${WRKDIR}
Expand Down

0 comments on commit 444a747

Please sign in to comment.