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
|
|
|
|
2013-08-23 19:35:37 +02:00
|
|
|
SUBDIR= add_route arp ash at backup btrace \
|
2012-10-16 22:27:03 +02:00
|
|
|
cawf cd cdprobe cpp \
|
2014-04-23 01:48:23 +02:00
|
|
|
ci cleantmp cmp co \
|
2013-10-27 02:19:33 +01:00
|
|
|
compress cp crc cron crontab \
|
2013-08-19 20:34:15 +02:00
|
|
|
dd decomp16 DESCRIBE devmand devsize dhcpd \
|
2013-08-28 15:58:30 +02:00
|
|
|
dhrystone diff diskctl \
|
2014-03-15 21:05:49 +01:00
|
|
|
eject fbdctl \
|
2014-03-16 14:39:21 +01:00
|
|
|
find fix format fsck.mfs \
|
2013-09-09 15:20:18 +02:00
|
|
|
gcov-pull grep host \
|
2013-11-12 14:40:59 +01:00
|
|
|
hostaddr ifconfig ifdef \
|
2013-09-09 15:20:18 +02:00
|
|
|
intr ipcrm ipcs irdpd isoread \
|
2013-12-03 11:35:03 +01:00
|
|
|
loadkeys loadramdisk logger look lp \
|
2013-01-30 19:06:57 +01:00
|
|
|
lpd lspci mail MAKEDEV \
|
2013-11-18 22:40:55 +01:00
|
|
|
mined \
|
2013-10-12 16:46:34 +02:00
|
|
|
mount mt netconf \
|
2014-02-19 17:10:34 +01:00
|
|
|
nonamed \
|
2013-09-09 15:20:18 +02:00
|
|
|
ping postinstall prep printroot \
|
2013-01-30 18:57:00 +01:00
|
|
|
profile progressbar pr_routes ps pwdauth \
|
2013-04-06 14:47:10 +02:00
|
|
|
ramdisk rarpd rawspeed rcp readclock \
|
2013-09-09 15:20:18 +02:00
|
|
|
remsync rget rlogin \
|
2013-01-25 14:15:14 +01:00
|
|
|
rotate rsh rshd service setup shar \
|
2014-02-24 21:48:43 +01:00
|
|
|
slip spell sprofalyze sprofdiff srccrc \
|
2013-09-10 23:36:48 +02:00
|
|
|
svclog svrctl swifi synctree sysenv \
|
2014-03-31 22:02:03 +02:00
|
|
|
syslogd tcpd tcpdp tcpstat telnet \
|
2014-03-15 18:55:55 +01:00
|
|
|
telnetd term termcap tget time \
|
2013-09-07 03:40:42 +02:00
|
|
|
truncate udpstat umount \
|
2013-08-23 18:42:14 +02:00
|
|
|
unstack update uud uue version vol \
|
2013-10-25 21:25:55 +02:00
|
|
|
whereis which writeisofs fetch \
|
2013-08-24 00:59:39 +02:00
|
|
|
zdump zmodem pkgin_cd pkgin_all \
|
2013-09-26 13:42:31 +02:00
|
|
|
worldstone updateboot update_bootcfg \
|
|
|
|
atnormalize dosread fdisk loadfont \
|
2012-02-11 19:31:25 +01:00
|
|
|
autopart part partition playwave \
|
2013-10-03 22:39:47 +02:00
|
|
|
recwave repartition screendump \
|
2014-03-14 09:09:14 +01:00
|
|
|
command expr getopts read test \
|
2013-10-03 22:39:47 +02:00
|
|
|
umask wait
|
2013-07-15 16:29:37 +02:00
|
|
|
|
|
|
|
.if ${MACHINE_ARCH} == "earm"
|
|
|
|
SUBDIR+= eepromread
|
|
|
|
.endif
|
|
|
|
|
2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.subdir.mk>
|