summaryrefslogtreecommitdiff
path: root/regress/usr.bin/gzsig/Makefile
blob: c7d2aca4358abf7545166a4cd438c97a3c136cb0 (plain)
1
2
3
4
5
6
7
8
# $OpenBSD: Makefile,v 1.4 2005/06/01 08:19:35 marius Exp $

do-regress:
	@sh ${.CURDIR}/gzsig.sh ${.CURDIR}

REGRESS_TARGETS=do-regress

.include <bsd.regress.mk>