infrastructure to use it. make distributeworld can now be used without preparing its environment first and installs games into its distribution using the regular make distribute logic instead of post-processing with a script. Also add two new targets, packageworld and packagekernel, that tar up the results of distributeworld and distributekernel (also new), respectively.
8 lines
136 B
Makefile
8 lines
136 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
BINDIR?= /usr/games
|
|
FILESDIR?= ${SHAREDIR}/games
|
|
WARNS?= 6
|
|
DISTRIBUTION?= games
|