summaryrefslogtreecommitdiff
path: root/conf.d/Makefile
blob: 374bfdb75833dc74438d7faad2cd76211d30830e (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 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} $@