summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall/backend/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-07-13 23:47:12 +0000
committerimp <imp@FreeBSD.org>2010-07-13 23:47:12 +0000
commitc07c5231a154f8805d3b84e86f86f2c2c8f8a25b (patch)
tree3bb2723aeeed4a924ad8245c000bee868eda8da2 /usr.sbin/pc-sysinstall/backend/Makefile
parent32ae1ad8de2b50b8f776eed075557edb4a4ea0c1 (diff)
downloadFreeBSD-src-c07c5231a154f8805d3b84e86f86f2c2c8f8a25b.zip
FreeBSD-src-c07c5231a154f8805d3b84e86f86f2c2c8f8a25b.tar.gz
Add support for packages.
PR: 148584 Submitted by: John Hixon
Diffstat (limited to 'usr.sbin/pc-sysinstall/backend/Makefile')
-rw-r--r--usr.sbin/pc-sysinstall/backend/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pc-sysinstall/backend/Makefile b/usr.sbin/pc-sysinstall/backend/Makefile
index f211664..9207726 100644
--- a/usr.sbin/pc-sysinstall/backend/Makefile
+++ b/usr.sbin/pc-sysinstall/backend/Makefile
@@ -4,8 +4,9 @@ FILES= functions-bsdlabel.sh functions-cleanup.sh functions-disk.sh \
functions-extractimage.sh functions-ftp.sh functions-installcomponents.sh \
functions-localize.sh functions-mountdisk.sh \
functions-mountoptical.sh functions-networking.sh \
- functions-newfs.sh functions-parse.sh functions-runcommands.sh \
- functions-unmount.sh functions-upgrade.sh functions-users.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
OpenPOWER on IntegriCloud