blob: a10471bcf62271a0ff2c9a89552abc2e11c97218 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.3 2017/08/16 01:40:30 schwarze Exp $
PROG = uselocale
CFLAGS += -Wno-macro-redefined -Wno-int-to-pointer-cast
LDFLAGS += -pthread
run-regress-${PROG}: ${PROG}
./${PROG}
.include <bsd.regress.mk>
|