blob: dd4054b3c85c7083c5958f46cdb24e11776ea1c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.5 2020/04/03 12:01:56 bluhm Exp $
CLEANFILES += test.sig confirmorders confirmorders.sig HASH HASH.sig \
archive.tgz signed.tgz
REGRESS_TARGETS = t1
t1:
sh ${.CURDIR}/signify.sh ${.CURDIR}
.PHONY: t1
.include <bsd.regress.mk>
|