summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/ifstated/Makefile
blob: e97648dc1b054c8e3f8851dce1c7d966f276a7e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $OpenBSD: Makefile,v 1.4 2021/10/05 17:40:40 anton Exp $
# Regress tests for ifstated

REGRESS_TARGETS+=	statemachine

REGRESS_TARGETS+=	ifstated
REGRESS_ROOT_TARGETS+=	ifstated

statemachine:
	env OBJDIR=${.OBJDIR} sh ${.CURDIR}/statemachine

ifstated:
	${SUDO} env OBJDIR=${.OBJDIR} sh ${.CURDIR}/ifstated

.include <bsd.regress.mk>