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.
2 parents 85a7812 + 7ea323c commit 5814dd3Copy full SHA for 5814dd3
1 file changed
GNUmakefile
@@ -117,6 +117,7 @@ PROGS := \
117
fold \
118
hashsum \
119
head \
120
+ hostname \
121
join \
122
link \
123
ln \
@@ -155,6 +156,7 @@ PROGS := \
155
156
true \
157
truncate \
158
tsort \
159
+ uname \
160
unexpand \
161
uniq \
162
vdir \
@@ -171,7 +173,6 @@ UNIX_PROGS := \
171
173
du \
172
174
groups \
175
hostid \
- hostname \
176
id \
177
install \
178
kill \
@@ -188,7 +189,6 @@ UNIX_PROGS := \
188
189
timeout \
190
touch \
191
tty \
- uname \
192
unlink \
193
uptime \
194
users \
0 commit comments