23d9b9fddd
"installPackages" that will install packages and all package dependencies. PR: 148606 Submitted by: John Hixon
16 lines
591 B
Makefile
16 lines
591 B
Makefile
# $FreeBSD$
|
|
|
|
FILES= functions-bsdlabel.sh functions-cleanup.sh functions-disk.sh \
|
|
functions-extractimage.sh functions-ftp.sh functions-installcomponents.sh \
|
|
functions-installpackages.sh functions-localize.sh functions-mountdisk.sh \
|
|
functions-mountoptical.sh functions-networking.sh \
|
|
functions-newfs.sh functions-packages.sh functions-parse.sh \
|
|
functions-runcommands.sh functions-unmount.sh \
|
|
functions-upgrade.sh functions-users.sh \
|
|
functions.sh parseconfig.sh startautoinstall.sh
|
|
FILESMODE= ${BINMODE}
|
|
FILESDIR=${SHAREDIR}/pc-sysinstall/backend
|
|
NO_OBJ=
|
|
|
|
.include <bsd.prog.mk>
|