minix/commands/Makefile

45 lines
1.6 KiB
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# Makefile for commands.
.include <bsd.own.mk>
2012-06-06 15:03:39 +02:00
SUBDIR= add_route arp ash at \
backup badblocks banner basename \
btrace cal \
2012-03-13 01:01:42 +01:00
cawf cd cdprobe checkhier cpp \
chmod chown ci cksum 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 install \
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 \
mdb mesg mined mkfifo mkfs.mfs mknod \
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 \
ramdisk rarpd rawspeed rcp rdate readall readclock \
reboot remsync rev rget rlogin \
rotate rsh rshd sed service setup shar acksize \
sleep slip sort spell split 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>