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
17 lines
564 B
Makefile
17 lines
564 B
Makefile
MAN= add_route.8 backup.8 boot.8 btrace.8 \
|
|
cdprobe.8 chown.8 cleantmp.8 config.8 cron.8 \
|
|
dhcpd.8 diskctl.8 fbdctl.8 fdisk.8 \
|
|
getty.8 halt.8 hgfs.8 httpd.8 ifconfig.8 inet.8 init.8 \
|
|
intr.8 irdpd.8 loadramdisk.8 \
|
|
netconf.8 newroot.8 nonamed.8 \
|
|
ossdevlinks.8 part.8 partition.8 \
|
|
printroot.8 pr_routes.8 pwdauth.8 rarpd.8 \
|
|
readclock.8 repartition.8 \
|
|
rshd.8 screendump.8 serial-ip.8 \
|
|
setup.8 shutdown.8 slip.8 srccrc.8 syslogd.8 tcpd.8 \
|
|
unix.8 update.8 usage.8 vbfs.8
|
|
|
|
MLINKS += httpd.8 in.httpd.8
|
|
|
|
.include <bsd.man.mk>
|
|
.include <bsd.subdir.mk>
|