summaryrefslogtreecommitdiff
path: root/mk/help/path.help
blob: 467962a3eaf6aabb679bd388ac9a6eee4ec1e93a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: path.help,v 1.1 2018/11/11 20:38:27 rillig Exp $

# Package-settable variables:
#
# PREPEND_PATH
#	A space-separated list of path names. All directories that are
#	added to this list are added to the PATH environment variable,
#	in reverse order. To add a directory at the very front of the
#	PATH, append to this variable after including bsd.prefs.mk and
#	right before including bsd.pkg.mk.
#
#	The modified PATH is available in all {pre,do,post}-* targets,
#	as well as the configure scripts and invocations of the make
#	targets in the package itself.
#
# Keywords: PATH