summaryrefslogtreecommitdiff
path: root/conf.d/Makefile
blob: 5f9cf45373c7261ef0cea6c65c8eb5ae92f6a00f (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.${OS}
	cp $@.in $@
	[ -e $@.${OS} ] && cat $@.${OS} >> $@ || true

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