1 # $NetBSD: Makefile,v 1.11 2014/02/12 04:08:32 jmmv Exp $ 2 3 USE_ATF_LIBTOOLS= yes 4 5 .include <bsd.init.mk> 6 7 .PATH: ${SRCDIR}/tools 8 9 BINDIR= /usr/bin 10 PROG_CXX= atf-version 11 SRCS= atf-version.cpp 12 MAN= atf-version.1 13 14 CPPFLAGS+= -I${SRCDIR}/tools 15 16 WARNS?= 2 17 18 CPPFLAGS+= -DATF_VERSION=\"$(ATF_VERSION)\" 19 atf-version.o: cookie-version 20 21 .include <bsd.prog.mk> 22