summaryrefslogtreecommitdiff
path: root/conf.d/Makefile
blob: b78baf55a487c7514203a65982ef1944e7a662ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DIR=	${CONFDIR}
CONF=	bootmisc fsck hostname local localmount network urandom

TARGETS+=	network
CLEANFILES+=	network

MK=	../mk
include ${MK}/os.mk
include Makefile.${OS}
include ${MK}/scripts.mk

network: network.in network.${OS}
	cp network.in network
	[ -e network.${OS} ] && cat network.${OS} >> network || true