xref: /openbsd/regress/lib/libc/asr/bin/Makefile.inc (revision d89ec533)
1#	$OpenBSD: Makefile.inc,v 1.2 2012/09/05 21:21:13 eric Exp $
2
3NOMAN=	noman
4
5SRCS+=		common.c
6CFLAGS+=	-Wall -Wstrict-prototypes -Werror -Wundef -g
7LDSTATIC=	${STATIC}
8PROG:=		${PROG}${EXT}
9