summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-26 20:53:33 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-26 20:53:33 -0400
commit76f7ff1f56cf5eebc91549277992ccf92333bdef (patch)
treebe6fd97375dedc8ccd3a092189cc9922b52f6105 /Makefile
parent3c54e6d3fa6f2d53e452d8a678498e6b92600a59 (diff)
rename shell scripts to *.sh, remove execute bit, let make rename and enable execution
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46557c1..1238b26 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
.POSIX:
-PROGRAMS=hostid mktemp sync
+PROGRAMS=arch base64 factor hostid mktemp nproc printenv readlink \
+ seq stdbuf sync tac uptime users vdir yes
all: $(PROGRAMS)