<sys/ioccom.h>, <sys/ioctl.h>
[minix3.git] / commands / Makefile
blobe9f1dbaa58ec78bd5976a605e61fbfc41c372a15
1 # Makefile for commands.
3 .include <bsd.own.mk>
5 SUBDIR= add_route arp ash at backup btrace \
6 cawf cd cdprobe cpp \
7 chmod chown ci cleantmp cmp co \
8 compress cp crc cron crontab \
9 dd decomp16 DESCRIBE devmand devsize dhcpd \
10 dhrystone diff diskctl \
11 eject factor fbdctl \
12 find fix format fortune fsck.mfs \
13 gcov-pull grep host \
14 hostaddr ifconfig ifdef \
15 intr ipcrm ipcs irdpd isoread \
16 loadkeys loadramdisk logger look lp \
17 lpd lspci mail MAKEDEV \
18 mined \
19 mount mt netconf \
20 nonamed patch \
21 ping postinstall prep printroot \
22 profile progressbar pr_routes ps pwdauth \
23 ramdisk rarpd rawspeed rcp readclock \
24 remsync rget rlogin \
25 rotate rsh rshd service setup shar \
26 sleep slip spell sprofalyze sprofdiff srccrc \
27 svclog svrctl swifi synctree sysenv \
28 syslogd tail tcpd tcpdp tcpstat telnet \
29 telnetd term termcap tget time touch \
30 truncate udpstat umount \
31 unstack update uud uue version vol \
32 whereis which writeisofs fetch \
33 zdump zmodem pkgin_cd pkgin_all \
34 worldstone updateboot update_bootcfg \
35 atnormalize dosread fdisk loadfont \
36 autopart part partition playwave \
37 recwave repartition screendump \
38 command echo expr false getopts read test true \
39 umask wait
41 .if ${MACHINE_ARCH} == "earm"
42 SUBDIR+= eepromread
43 .endif
45 .include <bsd.subdir.mk>