blob: 42f565a046e78c3839050c5b3c2171867402b657 (
plain)
1
2
3
4
5
6
7
8
9
|
.POSIX:
PROGRAMS=arch base64 factor groups hostid mktemp nproc pinky printenv readlink \
seq shuf stat stdbuf sync tac uptime users vdir yes
all: $(PROGRAMS)
clean:
rm -f $(PROGRAMS) *.o
|