2013-03-18 18:29:36 -05:00
|
|
|
include ../mk/net.mk
|
|
|
|
|
2008-03-05 12:27:11 +00:00
|
|
|
DIR= ${CONFDIR}
|
2012-10-31 10:53:37 -05:00
|
|
|
CONF= bootmisc fsck hostname localmount netmount urandom tmpfiles \
|
2012-10-25 16:33:43 -05:00
|
|
|
${CONF-${OS}}
|
2009-04-16 23:47:23 +00:00
|
|
|
|
2013-03-18 18:29:36 -05:00
|
|
|
ifeq (${MKNET},yes)
|
2012-07-10 01:59:28 -05:00
|
|
|
CONF+= network staticroute
|
2009-10-16 08:08:22 +01:00
|
|
|
TARGETS+= network staticroute
|
|
|
|
CLEANFILES+= network staticroute
|
2012-07-10 01:59:28 -05:00
|
|
|
endif
|
2007-04-05 11:18:42 +00:00
|
|
|
|
2008-01-10 16:35:59 +00:00
|
|
|
MK= ../mk
|
2008-03-25 14:15:54 +00:00
|
|
|
include ${MK}/os.mk
|
2011-10-17 20:18:39 -05:00
|
|
|
|
2011-10-19 21:30:39 -04:00
|
|
|
CONF-FreeBSD= ipfw moused powerd rarpd savecore syscons
|
2011-10-17 20:18:39 -05:00
|
|
|
|
2011-10-19 21:30:39 -04:00
|
|
|
CONF-Linux= consolefont dmesg hwclock keymaps killprocs modules
|
|
|
|
|
|
|
|
CONF-NetBSD= moused rarpd savecore
|
2009-04-19 08:52:00 +00:00
|
|
|
|
2011-10-19 21:30:39 -04:00
|
|
|
include ${MK}/scripts.mk
|
2009-10-16 08:08:22 +01:00
|
|
|
|
2011-10-19 21:30:39 -04:00
|
|
|
network: network.in network${SFX}
|
|
|
|
cat $^ > $@
|
2009-10-16 08:08:22 +01:00
|
|
|
|
2011-10-19 21:30:39 -04:00
|
|
|
staticroute: staticroute${SFX}
|
|
|
|
cp $@${SFX} $@
|