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 \
|
2013-01-18 18:20:49 +01:00
|
|
|
chmod chown 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 \
|
2013-10-18 15:06:27 +02:00
|
|
|
eject factor fbdctl \
|
2013-10-29 14:24:41 +01:00
|
|
|
find fix format fortune fsck.mfs \
|
2013-08-28 15:58:30 +02:00
|
|
|
gcov-pull getty grep host \
|
2013-11-12 14:40:59 +01:00
|
|
|
hostaddr ifconfig ifdef \
|
2013-01-30 19:01:43 +01:00
|
|
|
intr ipcrm ipcs irdpd isoread last \
|
2012-06-06 16:10:32 +02:00
|
|
|
less 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 \
|
2013-10-29 19:48:38 +01:00
|
|
|
nonamed patch \
|
2013-10-24 18:39:25 +02:00
|
|
|
ping postinstall poweroff 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-28 19:15:09 +02:00
|
|
|
reboot remsync rget rlogin \
|
2013-01-25 14:15:14 +01:00
|
|
|
rotate rsh rshd service setup shar \
|
2013-10-27 18:28:00 +01:00
|
|
|
sleep slip spell sprofalyze sprofdiff srccrc \
|
2013-01-30 19:11:42 +01:00
|
|
|
stty svclog svrctl swifi synctree sysenv \
|
2013-10-06 20:08:45 +02:00
|
|
|
syslogd tail tcpd tcpdp tcpstat telnet \
|
2013-08-24 22:11:19 +02:00
|
|
|
telnetd term termcap tget time touch \
|
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 \
|
|
|
|
recwave repartition screendump
|
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>
|