a06e2ab395
import/switch of: init, getty, reboot, halt, shutdown, wall, last changes: . change reboot() call to netbsd prototype and args . allows pristine <utmp.h> . use clean <sys/reboot.h> instead of <minix/reboot.h> . implement TIOCSCTTY for use by getty so getty can get controlling terminal from init's child(ren) . allow NULL envp for exec Change-Id: I5ca02cb4230857140c08794bbfeba7df982c58a3
45 lines
1.3 KiB
Makefile
45 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 dhcpd \
|
|
dhrystone diff diskctl \
|
|
eject factor fbdctl \
|
|
find fix format fortune fsck.mfs \
|
|
gcov-pull grep host \
|
|
hostaddr ifconfig ifdef \
|
|
intr ipcrm ipcs irdpd isoread \
|
|
less loadkeys loadramdisk logger look lp \
|
|
lpd lspci mail MAKEDEV \
|
|
mined \
|
|
mount mt netconf \
|
|
nonamed patch \
|
|
ping postinstall prep printroot \
|
|
profile progressbar pr_routes ps pwdauth \
|
|
ramdisk rarpd rawspeed rcp readclock \
|
|
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 \
|
|
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 \
|
|
command echo expr false getopts read test true \
|
|
umask wait
|
|
|
|
.if ${MACHINE_ARCH} == "earm"
|
|
SUBDIR+= eepromread
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|