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

TARGETS+=	network staticroute
CLEANFILES+=	network staticroute

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

SOS?=	BSD

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

staticroute: staticroute.${SOS}
	cp $@.${SOS} $@