838c9efb36
It has been determined that it will be best for gentoo's net.* scripts to be in a separate package to allow independent development. This package will be called netifrc and maintained by Gentoo.
29 lines
550 B
Makefile
29 lines
550 B
Makefile
include ../mk/net.mk
|
|
|
|
DIR= ${CONFDIR}
|
|
CONF= bootmisc fsck hostname localmount netmount urandom tmpfiles \
|
|
${CONF-${OS}}
|
|
|
|
ifeq (${MKNET},yes)
|
|
CONF+= network staticroute
|
|
TARGETS+= network staticroute
|
|
CLEANFILES+= network staticroute
|
|
endif
|
|
|
|
MK= ../mk
|
|
include ${MK}/os.mk
|
|
|
|
CONF-FreeBSD= ipfw moused powerd rarpd savecore syscons
|
|
|
|
CONF-Linux= consolefont dmesg hwclock keymaps killprocs modules
|
|
|
|
CONF-NetBSD= moused rarpd savecore
|
|
|
|
include ${MK}/scripts.mk
|
|
|
|
network: network.in network${SFX}
|
|
cat $^ > $@
|
|
|
|
staticroute: staticroute${SFX}
|
|
cp $@${SFX} $@
|