1e33498f8c
Replaces commands/hexdump as well as commands/od. No Minix-specific changes were needed. test/testsh2.sh was modified to match the spacing used in the output of the NetBSD od command. Change-Id: I65ee1d30e8cdd546097462df7c38c2d38f3e891d
43 lines
1.3 KiB
Makefile
43 lines
1.3 KiB
Makefile
# Makefile for commands.
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= add_route arp ash at backup btrace \
|
|
cawf cd cdprobe cpp \
|
|
chmod chown ci cleantmp cmp co \
|
|
compress cp crc cron crontab \
|
|
dd decomp16 DESCRIBE devmand devsize df dhcpd \
|
|
dhrystone diff diskctl dumpcore \
|
|
eject factor fbdctl \
|
|
find fix format fortune fsck.mfs \
|
|
gcore gcov-pull getty grep host \
|
|
hostaddr id ifconfig ifdef \
|
|
intr ipcrm ipcs irdpd isoread last \
|
|
less loadkeys loadramdisk logger look lp \
|
|
lpd lspci mail MAKEDEV \
|
|
mined mkfifo \
|
|
mount mt netconf \
|
|
nonamed patch \
|
|
ping postinstall poweroff prep printroot \
|
|
profile progressbar pr_routes ps pwdauth \
|
|
ramdisk rarpd rawspeed rcp readclock \
|
|
reboot remsync rget rlogin \
|
|
rotate rsh rshd service setup shar \
|
|
sleep slip spell sprofalyze sprofdiff srccrc \
|
|
stty svclog svrctl swifi synctree sysenv \
|
|
syslogd tail tcpd tcpdp tcpstat telnet \
|
|
telnetd term termcap tget time touch \
|
|
truncate udpstat umount uname \
|
|
unstack update uud uue version vol \
|
|
whereis which writeisofs fetch \
|
|
zdump zmodem pkgin_cd pkgin_all \
|
|
worldstone updateboot update_bootcfg \
|
|
atnormalize dosread fdisk loadfont \
|
|
autopart part partition playwave \
|
|
recwave repartition screendump
|
|
|
|
.if ${MACHINE_ARCH} == "earm"
|
|
SUBDIR+= eepromread
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|