2005-04-21 16:53:53 +02:00
|
|
|
# Makefile for commands.
|
|
|
|
|
2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.own.mk>
|
2010-05-12 18:28:54 +02:00
|
|
|
|
2011-07-26 11:37:18 +02:00
|
|
|
SUBDIR= aal add_route adduser arp ash at autil awk \
|
2010-05-12 18:28:54 +02:00
|
|
|
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 \
|
2010-05-12 18:28:54 +02:00
|
|
|
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 \
|
2010-05-12 18:28:54 +02:00
|
|
|
dd de decomp16 DESCRIBE dev2name devsize df dhcpd \
|
2010-10-04 15:26:53 +02:00
|
|
|
dhrystone diff dirname dis386 dis88 diskctl du dumpcore \
|
2010-06-20 13:48:00 +02:00
|
|
|
ed eject elle elvis env expand factor file \
|
2010-08-05 14:35:00 +02:00
|
|
|
find finger fingerd fix fold format fortune fsck.mfs \
|
2011-07-21 16:29:08 +02:00
|
|
|
ftp101 ftpd200 gcov-pull getty grep head hexdump host \
|
2011-07-03 01:26:53 +02:00
|
|
|
hostaddr id ifconfig ifdef install \
|
2010-05-12 18:28:54 +02:00
|
|
|
intr ipcrm ipcs irdpd isoread join kill last leave \
|
2011-07-21 16:29:08 +02:00
|
|
|
less lex loadkeys loadramdisk logger login look lp \
|
2011-06-29 00:15:19 +02:00
|
|
|
lpd ls lspci M mail make MAKEDEV man \
|
2011-07-22 17:28:27 +02:00
|
|
|
mdb mdocml mesg mined ackmkdep mkdir mkfifo mkfs.mfs mknod \
|
2010-08-02 18:09:19 +02:00
|
|
|
mkproto modem mount mt netconf newroot nice acknm nohup \
|
2010-09-03 09:27:39 +02:00
|
|
|
nonamed od packman passwd paste patch pax \
|
2010-06-22 23:22:53 +02:00
|
|
|
ping postinstall poweroff pr prep printf printroot \
|
2010-05-12 18:28:54 +02:00
|
|
|
profile progressbar proto pr_routes ps pwd pwdauth \
|
|
|
|
ramdisk rarpd rawspeed rcp rdate readall readclock \
|
|
|
|
readfs reboot remsync rev rget rlogin rlogind rmdir \
|
2011-07-21 14:27:47 +02:00
|
|
|
rotate rsh rshd sed service setup shar acksize \
|
2011-07-21 19:06:06 +02:00
|
|
|
sleep slip sort spell split srccrc ackstrip \
|
2010-05-12 18:28:54 +02:00
|
|
|
stty su sum svclog swapfs swifi sync synctree sysenv \
|
2011-07-21 16:29:08 +02:00
|
|
|
syslogd tail tar tcpd tcpdp tcpstat tee telnet \
|
|
|
|
telnetd term termcap tget time tinyhalt 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 \
|
2011-01-28 01:02:27 +01:00
|
|
|
xargs yacc yes zdump zic zmodem pkgin_cd \
|
2010-11-06 21:41:51 +01:00
|
|
|
mktemp
|
2010-05-12 18:28:54 +02:00
|
|
|
|
2011-02-23 13:21:21 +01:00
|
|
|
.if ${COMPILER_TYPE} == "gnu"
|
|
|
|
SUBDIR += elf2aout
|
|
|
|
.endif
|
|
|
|
|
2010-05-12 18:28:54 +02:00
|
|
|
.if ${ARCH} == "i386"
|
|
|
|
SUBDIR+= atnormalize dosread fdisk loadfont \
|
2011-07-21 16:29:08 +02:00
|
|
|
autopart part partition playwave postmort \
|
2010-07-23 16:22:49 +02:00
|
|
|
recwave repartition screendump padtext
|
2010-05-12 18:28:54 +02:00
|
|
|
SUBDIR+= acd asmconv gas2ack
|
|
|
|
.endif
|
|
|
|
|
2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.subdir.mk>
|