blob: 9997759e76e90624affd192d9920fdfbf6372ec0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.1 2004/01/15 17:14:43 sturm Exp $
REGRESS_TARGETS=id.sh
id.sh:
@sh ${.CURDIR}/id.sh ${.CURDIR}/id.policy
.PHONY: ${REGRESS_TARGETS}
.include <bsd.regress.mk>
|