d7bbb0f583
The agetty service is an alternate way to manage gettys with agetty under Linux which is separate from an external init system.
21 lines
423 B
Makefile
21 lines
423 B
Makefile
include ../mk/net.mk
|
|
|
|
DIR= ${CONFDIR}
|
|
CONF= bootmisc fsck hostname localmount netmount swap urandom ${CONF-${OS}}
|
|
|
|
ifeq (${MKNET},yes)
|
|
CONF+= network staticroute
|
|
endif
|
|
|
|
MK= ../mk
|
|
include ${MK}/os.mk
|
|
|
|
CONF-FreeBSD= ipfw modules moused powerd rarpd savecore syscons
|
|
|
|
CONF-Linux= agetty consolefont devfs dmesg hwclock keymaps killprocs modules \
|
|
mtab net-online
|
|
|
|
CONF-NetBSD= moused rarpd savecore
|
|
|
|
include ${MK}/scripts.mk
|