blob: d7990dac27027a92bd93be69c0f777fea5a8f34f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.3 2004/12/29 04:28:39 david Exp $
PROG=misc
CLEANFILES=mapped_file
REGRESS_ROOT_TARGETS= run-regress-${PROG}
run-regress-${PROG}: ${PROG}
${SUDO} ./${PROG}
.include <bsd.regress.mk>
|