Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / atf / lib / tools / Makefile
blobe229ef187b36b16da844fc26a9003e723ccc0661
1 # $NetBSD: Makefile,v 1.5 2014/02/12 04:08:31 jmmv Exp $
3 NOLINT= # defined
5 .include <bsd.init.mk>
7 LIB= tools
8 LIBISCXX= yes
9 LIBISPRIVATE= yes
11 LIBDPLIBS+= m ${.CURDIR}/../../../../../lib/libm
13 .PATH: ${SRCDIR}/tools
15 CPPFLAGS+= -I${SRCDIR}/tools
17 WARNS?= 2
19 SRCS= application.cpp \
20 atffile.cpp \
21 config.cpp \
22 config_file.cpp \
23 env.cpp \
24 exceptions.cpp \
25 expand.cpp \
26 fs.cpp \
27 io.cpp \
28 parser.cpp \
29 process.cpp \
30 reader.cpp \
31 requirements.cpp \
32 signals.cpp \
33 test-program.cpp \
34 text.cpp \
35 timers.cpp \
36 ui.cpp \
37 user.cpp
39 .include <bsd.lib.mk>