summaryrefslogtreecommitdiffstats
path: root/src/cmd/local.mk
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-07 00:01:30 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-07 00:01:30 (EST)
commit2d74b33fd3ad5704e6e3c2f58d5688ccd4b51905 (patch)
tree728058918fc93a4ad6dc74e9a26e5bb8a5442555 /src/cmd/local.mk
parent778eac65d35163a2c25b2c3fbacffd7ee724e58d (diff)
Move lib/cmd/*.sh to src/cmd/
Diffstat (limited to 'src/cmd/local.mk')
-rw-r--r--src/cmd/local.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cmd/local.mk b/src/cmd/local.mk
new file mode 100644
index 0000000..a6dd3bd
--- /dev/null
+++ b/src/cmd/local.mk
@@ -0,0 +1,8 @@
+prokit_SOURCES += \
+ src/cmd/help.sh \
+ src/cmd/version.sh \
+ src/cmd/install.sh \
+ src/cmd/shell.sh \
+ src/cmd/opkg.sh \
+ src/cmd/build.sh \
+ src/cmd/installer-pc.sh