1# $OpenBSD: Makefile,v 1.1 2020/03/23 03:01:21 schwarze Exp $
2
3REGRESS_TARGETS =	getopt
4PROG =			getopt-test
5MAN =
6
7getopt: ${PROG}
8	sh ${.CURDIR}/getopt.sh
9
10.include <bsd.regress.mk>
11