minix/commands/Makefile

43 lines
1.4 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 cmp co \
comm compress cp crc cron crontab cut \
2012-11-01 19:40:56 +01:00
dd decomp16 DESCRIBE devmand devsize df dhcpd \
2012-03-04 00:53:03 +01:00
dhrystone diff dirname diskctl dumpcore \
eject 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 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 \
mount mt netconf nice acknm nohup \
nonamed od paste patch \
ping postinstall poweroff pr prep printroot \
profile progressbar pr_routes ps 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 spell split sprofalyze sprofdiff srccrc \
2012-11-23 17:43:11 +01:00
stty svclog svrctl swifi sync synctree sysenv \
syslogd tail tcpd tcpdp tcpstat tee telnet \
telnetd term termcap tget time touch tr \
truncate 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>