d06db93d59
The swapfiles service was basically a copy of the swap service, so this commit consolidates the functionality into the swap service. X-Funtoo-Bug-URL: https://bugs.funtoo.org/browse/FL-2523 X-Gentoo-Bug: 568162 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=568162
22 lines
429 B
Makefile
22 lines
429 B
Makefile
include ../mk/net.mk
|
|
|
|
DIR= ${CONFDIR}
|
|
CONF= bootmisc fsck hostname localmount netmount swap urandom tmpfiles \
|
|
${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= consolefont devfs dmesg hwclock keymaps killprocs modules mtab \
|
|
net-online
|
|
|
|
CONF-NetBSD= moused rarpd savecore
|
|
|
|
include ${MK}/scripts.mk
|