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
|
|
|
|
2012-02-14 19:58:27 +01:00
|
|
|
SUBDIR= add_route arp ash at awk \
|
2012-02-11 19:31:25 +01:00
|
|
|
backup badblocks banner basename \
|
|
|
|
btrace cal calendar \
|
2012-03-13 01:01:42 +01:00
|
|
|
cawf cd cdprobe checkhier cpp \
|
2010-05-12 18:28:54 +02:00
|
|
|
chmod chown chroot ci cksum cleantmp clear cmp co \
|
2012-02-11 19:31:25 +01:00
|
|
|
comm compress cp crc cron crontab cut \
|
2011-08-05 01:15:16 +02:00
|
|
|
dd decomp16 DESCRIBE dev2name devsize df dhcpd \
|
2012-03-04 00:53:03 +01:00
|
|
|
dhrystone diff dirname diskctl dumpcore \
|
2012-03-10 00:17:50 +01:00
|
|
|
eject elvis env expand factor fbdctl file \
|
2010-08-05 14:35:00 +02:00
|
|
|
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 \
|
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 \
|
2012-02-11 19:31:25 +01:00
|
|
|
lpd ls lspci mail make MAKEDEV \
|
|
|
|
mdb mesg mined mkfifo mkfs.mfs mknod \
|
2010-08-02 18:09:19 +02:00
|
|
|
mkproto modem mount mt netconf newroot nice acknm nohup \
|
2011-09-30 12:18:10 +02:00
|
|
|
nonamed od 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 \
|
2012-01-16 11:46:14 +01:00
|
|
|
reboot remsync rev rget rlogin rlogind \
|
2011-07-21 14:27:47 +02:00
|
|
|
rotate rsh rshd sed service setup shar acksize \
|
2012-02-11 19:31:25 +01:00
|
|
|
sleep slip sort spell split srccrc \
|
2011-07-27 17:13:56 +02:00
|
|
|
stty su sum svclog swifi sync synctree sysenv \
|
2011-07-21 16:29:08 +02:00
|
|
|
syslogd tail tar tcpd tcpdp tcpstat tee telnet \
|
2011-11-09 16:34:47 +01:00
|
|
|
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-01-16 12:03:25 +01:00
|
|
|
xargs yacc yes zdump zmodem pkgin_cd \
|
2012-02-16 14:38:38 +01:00
|
|
|
mktemp worldstone updateboot update_bootcfg
|
2010-05-12 18:28:54 +02:00
|
|
|
|
|
|
|
.if ${ARCH} == "i386"
|
|
|
|
SUBDIR+= atnormalize dosread fdisk loadfont \
|
2012-02-11 19:31:25 +01:00
|
|
|
autopart part partition playwave \
|
|
|
|
recwave repartition screendump
|
2010-05-12 18:28:54 +02:00
|
|
|
.endif
|
|
|
|
|
2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.subdir.mk>
|