summaryrefslogtreecommitdiff
path: root/mk/help/notonly.help
blob: 36440616615752651fa6c4069f228cc913c9fd74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: notonly.help,v 1.2 2007/09/12 09:59:44 rillig Exp $

# === Package-settable variables ===
#
# NOT_FOR_PLATFORM
#	A list of platforms (for which this package either doesn't build
#	or isn't useful to have.
#
#
# ONLY_FOR_PLATFORM
#	If a package only builds on some platforms, they should be
#	listed here. This variable should only be used if you are sure
#	that the package won't work on other platforms. It is almost
#	always better to use NOT_FOR_PLATFORM.
#
# Platforms are triples of OPSYS, OS_VERSION and MACHINE_ARCH, separated
# by dashes. Each of the components may be the wildcard "*".
#
# Whenever you use these variables in a package Makefile, add a comment
# nearby _why_ you are restricting the list of platforms. Otherwise
# these restrictions may be quickly removed by other developers.
#