blob: 25cae330fd85191c23417354ffd8443f4364bee0 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.2 2019/10/03 11:05:54 martijn Exp $
# Regress tests for snmpd
REGRESS_TARGETS = run-regress-snmpd
run-regress-snmpd:
env OBJDIR=${.OBJDIR} ${SUDO} sh ${.CURDIR}/snmpd.sh
.include <bsd.regress.mk>
|