We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b31bd commit 827a6b6Copy full SHA for 827a6b6
1 file changed
GNUmakefile
@@ -91,6 +91,7 @@ endif
91
92
# Possible programs
93
PROGS := \
94
+ arch \
95
base32 \
96
base64 \
97
basenc \
@@ -161,13 +162,13 @@ PROGS := \
161
162
uname \
163
unexpand \
164
uniq \
165
+ unlink \
166
vdir \
167
wc \
168
whoami \
169
yes
170
171
UNIX_PROGS := \
- arch \
172
chgrp \
173
chmod \
174
chown \
@@ -189,7 +190,6 @@ UNIX_PROGS := \
189
190
stty \
191
timeout \
192
tty \
- unlink \
193
uptime \
194
users \
195
who
0 commit comments