From 7eab9358e84ce8cf0433dcdbd12415a7c0b811ad Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 19 Apr 2022 16:53:50 -0400 Subject: implement groups command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.1