minix/commands/Makefile

43 lines
1.5 KiB
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# Makefile for commands.
.include <bsd.own.mk>
2012-10-16 19:50:53 +02:00
SUBDIR= add_route arp ash at backup banner basename btrace cal \
2012-10-16 22:27:03 +02:00
cawf cd cdprobe cpp \
chmod chown ci cleantmp clear cmp co \
comm compress cp crc cron crontab cut \
dd decomp16 DESCRIBE dev2name devmand devsize df dhcpd \
2012-03-04 00:53:03 +01:00
dhrystone diff dirname diskctl dumpcore \
2012-03-31 20:24:03 +02:00
eject elvis env expand factor fbdctl \
find finger fingerd fix fold format fortune fsck.mfs \
2011-11-22 16:41:47 +01:00
ftp101 gcore gcov-pull getty grep head hexdump host \
hostaddr id ifconfig ifdef \
intr ipcrm ipcs irdpd isoread join kill last \
2012-06-06 16:10:32 +02:00
less loadkeys loadramdisk logger look lp \
2012-06-06 16:24:31 +02:00
lpd ls lspci mail MAKEDEV \
mesg mined mkfifo \
mkproto mount mt netconf nice acknm nohup \
nonamed od paste patch pax \
2010-06-22 23:22:53 +02:00
ping postinstall poweroff pr prep printf printroot \
profile progressbar pr_routes ps pwd pwdauth \
2012-10-16 19:50:53 +02:00
ramdisk rarpd rawspeed rcp rdate readclock \
reboot remsync rev rget rlogin \
2012-06-06 16:41:53 +02:00
rotate rsh rshd service setup shar acksize \
sleep slip sort spell split sprofalyze sprofdiff srccrc \
stty sum svclog svrctl swifi sync synctree sysenv \
syslogd tail tar tcpd tcpdp tcpstat tee telnet \
telnetd term termcap tget time touch tr \
2011-07-26 11:37:18 +02:00
truncate tsort tty udpstat umount uname unexpand \
2011-07-03 23:20:43 +02:00
unstack update uud uue version vol wc \
2010-07-01 13:56:02 +02:00
whereis which who write writeisofs fetch \
2012-06-06 15:25:48 +02:00
xargs yes zdump zmodem pkgin_cd \
2012-06-06 16:28:48 +02:00
worldstone updateboot update_bootcfg
2012-06-06 13:27:00 +02:00
.if ${MACHINE_ARCH} == "i386"
SUBDIR+= atnormalize dosread fdisk loadfont \
autopart part partition playwave \
recwave repartition screendump
.endif
.include <bsd.subdir.mk>