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