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
21 lines
374 B
Makefile
21 lines
374 B
Makefile
# $NetBSD: Makefile,v 1.123 2011/11/24 15:54:54 ahoka Exp $
|
|
# @(#)Makefile 8.5 (Berkeley) 3/31/94
|
|
|
|
# Not ported: XNSrouted enpload scsiformat startslip
|
|
# Missing: icheck ncheck
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= \
|
|
\
|
|
fsck \
|
|
mknod \
|
|
nologin \
|
|
mknod \
|
|
init \
|
|
reboot \
|
|
shutdown
|
|
|
|
# support for various file systems
|
|
SUBDIR+= newfs_ext2fs fsck_ext2fs
|
|
.include <bsd.subdir.mk>
|