summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-19 16:53:50 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-19 16:53:50 -0400
commit7eab9358e84ce8cf0433dcdbd12415a7c0b811ad (patch)
tree0d46cd9178ab800d538f5a9f06017c47d0539b8e /Makefile
parent4fc36c4fbf81c2d624b504c6f91de2adb1998e11 (diff)
implement groups commandHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25b98f8..42f565a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.POSIX:
-PROGRAMS=arch base64 factor hostid mktemp nproc pinky printenv readlink \
+PROGRAMS=arch base64 factor groups hostid mktemp nproc pinky printenv readlink \
seq shuf stat stdbuf sync tac uptime users vdir yes
all: $(PROGRAMS)