summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg/tests/Makefile
blob: 321a5a64b09e8235e433692194548d21ffca6a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PACKAGE=	tests

ATF_TESTS_SH=	mkimg

SOURCES!=	cd ${.CURDIR}; echo *.uu
${PACKAGE}FILES+=		${SOURCES:S,.gz.uu,,g}

${${PACKAGE}FILES}:
	uudecode -p ${.CURDIR}/${.TARGET}.gz.uu | gunzip -c > ${.TARGET}

CLEANFILES+=	${${PACKAGE}FILES}}

rebase:
	(cd ${.CURDIR}; atf-sh mkimg.sh rebase)

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