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-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 \
|
2013-01-18 18:20:49 +01:00
|
|
|
chmod chown ci cleantmp cmp co \
|
2012-02-11 19:31:25 +01:00
|
|
|
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 \
|
2013-01-22 12:03:53 +01:00
|
|
|
eject env expand factor fbdctl \
|
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 \
|
2012-06-06 16:31:59 +02:00
|
|
|
hostaddr id ifconfig ifdef \
|
2012-12-04 15:07:20 +01:00
|
|
|
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 \
|
2012-10-10 17:20:17 +02:00
|
|
|
mesg mined mkfifo \
|
2012-11-07 19:19:46 +01:00
|
|
|
mount mt netconf nice acknm nohup \
|
2012-10-22 16:10:38 +02:00
|
|
|
nonamed od paste patch \
|
2013-01-30 15:45:47 +01:00
|
|
|
ping postinstall poweroff pr prep printroot \
|
2012-03-24 16:16:34 +01:00
|
|
|
profile progressbar pr_routes ps pwd pwdauth \
|
2012-10-16 19:50:53 +02:00
|
|
|
ramdisk rarpd rawspeed rcp rdate readclock \
|
2012-03-16 16:03:49 +01:00
|
|
|
reboot remsync rev rget rlogin \
|
2012-06-06 16:41:53 +02:00
|
|
|
rotate rsh rshd service setup shar acksize \
|
2012-12-05 15:36:48 +01:00
|
|
|
sleep slip spell split sprofalyze sprofdiff srccrc \
|
2012-11-23 17:43:11 +01:00
|
|
|
stty svclog svrctl swifi sync synctree sysenv \
|
2012-10-18 17:22:21 +02:00
|
|
|
syslogd tail tcpd tcpdp tcpstat tee telnet \
|
2011-11-09 16:34:47 +01:00
|
|
|
telnetd term termcap tget time touch tr \
|
2012-12-04 14:02:11 +01:00
|
|
|
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
|
2010-05-12 18:28:54 +02:00
|
|
|
|
2012-06-06 13:27:00 +02:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
2010-05-12 18:28:54 +02:00
|
|
|
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>
|