minix/commands/Makefile

46 lines
1.9 KiB
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# Makefile for commands.
.include <bsd.own.mk>
SUBDIR= aal add_route adduser advent arp ash at autil awk \
backup badblocks banner basename bigmake binpackage \
2010-07-13 23:35:58 +02:00
binpackages binsizes bzip2 bzip2recover cal calendar \
2010-06-22 02:46:55 +02:00
cat cawf cd cdprobe checkhier chmem \
chmod chown chroot ci cksum cleantmp clear cmp co \
2010-08-05 16:09:06 +02:00
comm compress cp crc cron crontab cut date \
dd de decomp16 DESCRIBE dev2name devsize df dhcpd \
dhrystone diff dirname dis386 dis88 diskctl du dumpcore \
2010-06-20 13:48:00 +02:00
ed eject elle elvis env expand factor file \
find finger fingerd fix fold format fortune fsck.mfs \
2010-12-21 12:00:13 +01:00
ftp101 ftpd200 gcov-pull getty grep gomoku head hexdump host \
hostaddr id ifconfig ifdef indent install \
intr ipcrm ipcs irdpd isoread join kill last leave \
2010-06-26 03:41:19 +02:00
less lex life loadkeys loadramdisk logger login look lp \
2010-06-28 01:38:17 +02:00
lpd ls lspci M m4 mail make MAKEDEV man \
mdb mdocml mesg mined mkdep mkdir mkdist mkfifo mkfs.mfs mknod \
mkproto modem mount mt netconf newroot nice acknm nohup \
nonamed od packman passwd paste patch pax \
2010-06-22 23:22:53 +02:00
ping postinstall poweroff pr prep printf printroot \
profile progressbar proto pr_routes ps pwd pwdauth \
ramdisk rarpd rawspeed rcp rdate readall readclock \
readfs reboot remsync rev rget rlogin rlogind rmdir \
2010-06-22 02:36:21 +02:00
rotate rsh rshd sed service setup shar size \
sleep slip sort spell split srccrc stat strings ackstrip \
stty su sum svclog swapfs swifi sync synctree sysenv \
2010-07-13 23:35:58 +02:00
syslogd tail talk talkd tar tcpd tcpdp tcpstat tee telnet \
telnetd term termcap tget time tinyhalt top touch tr \
truncate tsort ttt tty udpstat umount uname unexpand \
uniq unstack update uud uue version vol wc \
2010-07-01 13:56:02 +02:00
whereis which who write writeisofs fetch \
xargs yacc yes zdump zic zmodem pkgin_cd \
2010-11-06 21:41:51 +01:00
mktemp
.if ${ARCH} == "i386"
SUBDIR+= atnormalize dosread fdisk loadfont \
mixer autopart part partition playwave postmort \
recwave repartition screendump padtext
SUBDIR+= acd asmconv gas2ack
.endif
.include <bsd.subdir.mk>