mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
5b381db8cc
For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp
10 lines
287 B
Makefile
10 lines
287 B
Makefile
# $FreeBSD$
|
|
|
|
FILESGROUPS= CONF LICENSE
|
|
CONF= exclude-from-upgrade pc-sysinstall.conf avail-langs
|
|
CONFDIR= ${SHAREDIR}/pc-sysinstall/conf
|
|
LICENSE= licenses/bsd-en.txt licenses/intel-en.txt licenses/nvidia-en.txt
|
|
LICENSEDIR= ${SHAREDIR}/pc-sysinstall/conf/license
|
|
|
|
.include <bsd.prog.mk>
|