summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/dialog/TESTS/Makefile
blob: 1097122e64f06738c90da8245b6f8df5e5f631e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

FILES=	README checklist ftreebox infobox inputbox menubox msgbox \
	prgbox radiolist textbox treebox yesno

beforeinstall:
.for file in ${FILES}
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/${file} \
		${DESTDIR}/usr/share/examples/dialog
.endfor

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