1 # $NetBSD: notonly.help,v 1.1 2007/09/12 09:55:37 rillig Exp $
3 # === Package-settable variables ===
6 # A list of platforms (for which this package either doesn't build
7 # or isn't useful to have.
11 # If a package only builds on some platforms, they should be
12 # listed here. This variable should only be used if you are sure
13 # that the package won't work on other platforms. It is almost
14 # always better to use NOT_FOR_PLATFORM.
16 # Platforms are triples of OPSYS, OS_VERSION and MACHINE_ARCH, separated
17 # by dashes. Each of the components may be the wildcard "*".
19 # Whenever you use these variables in a package Makefile, add a comment
20 # nearby _why_ you are restricting the list of platforms. Otherwise
21 # these restrictions may be quickly removed by other developers.