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/Makefile14
1 files changed, 14 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..c594e9e
--- /dev/null
+++ b/usr.sbin/pc-sysinstall/backend/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+FILES= functions-bsdlabel.sh functions-cleanup.sh functions-disk.sh \
+ functions-extractimage.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.sh parseconfig.sh startautoinstall.sh
+
+FILESDIR=${SHAREDIR}/pc-sysinstall/backend
+NO_OBJ=
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud