
IMPORTANT: this change has a docs/UPDATING entry! This rename is unfortunately necessary because NetBSD has decided to create its own service(8) utility, and we will want to import theirs as well. The two can obviously not coexist. Also move ours from /bin to /sbin, as it is a superuser-only utility. Change-Id: Ic6e46ffb3a84b4747d2fdcb0d74e62dbea065039
39 lines
947 B
Makefile
39 lines
947 B
Makefile
# Makefile for commands.
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= add_route arp at backup \
|
|
cawf cdprobe \
|
|
cleantmp \
|
|
compress crc cron crontab \
|
|
DESCRIBE devmand devsize dhcpd \
|
|
dhrystone \
|
|
eject \
|
|
fix format fsck.mfs \
|
|
gcov-pull host \
|
|
hostaddr ifconfig ifdef \
|
|
intr irdpd isoread \
|
|
loadkeys loadramdisk logger look lp \
|
|
lpd lspci mail MAKEDEV \
|
|
minix-service mount mt netconf \
|
|
nonamed \
|
|
prep printroot \
|
|
profile progressbar pr_routes \
|
|
ramdisk rarpd rawspeed readclock \
|
|
remsync rget rlogin \
|
|
rotate setup \
|
|
slip spell sprofalyze sprofdiff srccrc \
|
|
svrctl swifi synctree sysenv \
|
|
tcpd tcpdp tcpstat telnet \
|
|
telnetd term termcap tget \
|
|
truncate udpstat umount \
|
|
update version vol \
|
|
writeisofs fetch \
|
|
zmodem pkgin_cd pkgin_all pkgin_sets \
|
|
worldstone updateboot update_asr update_bootcfg \
|
|
atnormalize dosread fdisk loadfont \
|
|
autopart part partition playwave \
|
|
recwave repartition screendump
|
|
|
|
.include <bsd.subdir.mk>
|