summaryrefslogtreecommitdiffstats
path: root/src/cmd/local.mk
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-01-15 00:05:14 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-01-15 00:05:14 (EST)
commite76dcfd51cf5e1f780383ab6ff12df8d8cc59eed (patch)
tree3c95b932f672530786d51af5ae8486a39651da5d /src/cmd/local.mk
parent0f2a1dafc585c29c87abfd52368dd717ec096fbb (diff)
cmd/mkinitramfs: New stub of a command
Diffstat (limited to 'src/cmd/local.mk')
-rw-r--r--src/cmd/local.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/local.mk b/src/cmd/local.mk
index a6dd3bd..700e5ee 100644
--- a/src/cmd/local.mk
+++ b/src/cmd/local.mk
@@ -5,4 +5,5 @@ prokit_SOURCES += \
src/cmd/shell.sh \
src/cmd/opkg.sh \
src/cmd/build.sh \
- src/cmd/installer-pc.sh
+ src/cmd/installer-pc.sh \
+ src/cmd/mkinitramfs.sh