summaryrefslogtreecommitdiffstats
path: root/tools/tools/tinderbox/etc/Makefile
blob: db3de83eb99638cdeae6b92a808fbb9988a08075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

ETCFILES	 = default.rc releng_4.rc releng_5.rc current.rc
ETCFILES	+= ada.rc dsa.rc dwp.rc experimental.rc stanley.rc
ETCDIR		?= ${HOME}/etc
ETCOWN		?= ${USER}
ETCGRP		?= ${USER}

realinstall:
.for FILE in ${ETCFILES}
	${INSTALL} -m0644 -o${ETCOWN} -g${ETCGRP} ${.CURDIR}/${FILE} ${ETCDIR}
.endfor

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud