]> git.cameronkatri.com Git - apple_cmds.git/blob - shell_cmds/Makefile
md5: Don't symlink non working bins, setuid appropriate bins
[apple_cmds.git] / shell_cmds / Makefile
1 SUBDIR= alias \
2 apply \
3 basename \
4 chroot \
5 date \
6 dirname \
7 echo \
8 env \
9 expr \
10 false \
11 find \
12 getopt \
13 hexdump \
14 hostname \
15 id \
16 jot \
17 kill \
18 killall \
19 lastcomm \
20 locate \
21 logname \
22 mktemp \
23 nice \
24 nohup \
25 path_helper \
26 printenv \
27 printf \
28 pwd \
29 renice \
30 script \
31 seq \
32 sh \
33 shlock \
34 sleep \
35 su \
36 systime \
37 tee \
38 test \
39 time \
40 true \
41 uname \
42 users \
43 w \
44 what \
45 whereis \
46 which \
47 who \
48 xargs \
49 yes
50
51 .include <bsd.subdir.mk>