xref: /openbsd-src/regress/lib/libc/getopt/Makefile (revision 81bcd9b255d6a1d2a377f30c041f79e26222c68d)
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