summaryrefslogtreecommitdiff
path: root/regress/usr.bin/signify/Makefile
blob: 208bc5eff381226887247bfe7bb3fe90bb1359ff (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.4 2014/03/17 02:49:02 tedu Exp $

CLEANFILES += test.sig confirmorders confirmorders.sig HASH.sig
REGRESS_TARGETS = t1

t1:
	@sh ${.CURDIR}/signify.sh ${.CURDIR}

.PHONY: t1

.include <bsd.regress.mk>