1--- makefile
2+++ makefile
3@@ -1,21 +1,24 @@
4-SHELL = /bin/sh
5+SHELL = sh
6
7-SUBDIRS = build libwchar libcommon libuxre _install \
8- banner basename bc bdiff bfs \
9- cal calendar cat chmod chown \
10- cksum cmp col comm copy cp cpio csplit cut \
11- date dc dd deroff diff diff3 dircmp dirname df du \
12+SUBDIRS = libwchar libcommon libuxre _install \
13+ banner basename bdiff bfs \
14+ cat chmod chown \
15+ cksum cmp col comm copy cp csplit cut \
16+ dc dirname \
17 echo ed env expand expr \
18- factor file find fmt fmtmsg fold \
19- getconf getopt grep groups hd head hostname id join \
20- kill line listusers ln logins logname ls \
21- mail man mesg mkdir mkfifo mknod more mvdir \
22- nawk news nice nl nohup oawk od \
23- paste pathchk pg pgrep pr printenv printf priocntl ps psrinfo pwd \
24- random renice rm rmdir \
25- sdiff sed setpgrp shl sleep sort spell split stty su sum sync \
26- tabs tail tapecntl tar tcopy tee test time touch tr true tsort tty \
27- ul uname uniq units users wc what who whoami whodo xargs yes
28+ file fmt fold \
29+ getopt grep hd head join \
30+ kill line ln logname ls \
31+ mesg mkdir mknod \
32+ nl nohup od \
33+ paste pathchk pgrep pr printenv printf pwd \
34+ random rm rmdir \
35+ sed sleep sort split sum \
36+ tee test touch tr true tsort tty \
37+ uniq units wc what whoami xargs yes
38+
39+# These depend on some coreutils that we need to build first
40+SUBDIRS += bc nawk build
41
42 dummy: makefiles all
43