openrc/conf.d/Makefile

15 lines
317 B
Makefile
Raw Normal View History

2008-03-05 17:57:11 +05:30
DIR= ${CONFDIR}
CONF= bootmisc fsck hostname local localmount network urandom
TARGETS+= network
CLEANFILES+= network
MK= ../mk
2008-03-25 19:45:54 +05:30
include ${MK}/os.mk
include Makefile.${OS}
include ${MK}/scripts.mk
network: network.in network.${OS}
cp network.in network
2009-05-05 14:54:21 +05:30
[ -e network.${OS} ] && cat network.${OS} >> network || true