summaryrefslogtreecommitdiffstats
path: root/usr/sbin/pc-sysinstall/backend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/sbin/pc-sysinstall/backend/Makefile')
-rw-r--r--usr/sbin/pc-sysinstall/backend/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr/sbin/pc-sysinstall/backend/Makefile b/usr/sbin/pc-sysinstall/backend/Makefile
new file mode 100644
index 0000000..b4c517b
--- /dev/null
+++ b/usr/sbin/pc-sysinstall/backend/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD: src/usr.sbin/pc-sysinstall/backend/Makefile,v 1.4 2010/07/13 23:47:12 imp Exp $
+
+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-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>
OpenPOWER on IntegriCloud