diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |