tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / kyua-testers / lib / libatf_tester / Makefile
blobdca48c78008c0a10d6ab20686caa4fcd67a1e6e7
1 # $NetBSD: Makefile,v 1.1 2013/02/19 06:04:42 jmmv Exp $
3 #NOLINT= # defined
5 .include <bsd.own.mk>
7 LIB= atf_tester
8 LIBISPRIVATE= yes
10 SRCDIR= ${NETBSDSRCDIR}/external/bsd/kyua-testers/dist
11 .PATH: ${SRCDIR}
13 CPPFLAGS+= -I${.CURDIR}/../libtester # For config.h and defs.h.
14 CPPFLAGS+= -I${SRCDIR} # For non-installed headers.
16 CPPFLAGS+= -DHAVE_CONFIG_H
18 WARNS?= 5
20 SRCS= atf_list.c
21 SRCS+= atf_result.c
23 .include <bsd.lib.mk>