1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# $NetBSD: Makefile,v 1.8 2014/02/12 04:08:32 jmmv Exp $ USE_ATF_LIBTOOLS= yes .include <bsd.init.mk> .PATH: ${SRCDIR}/tools BINDIR= /usr/bin PROG_CXX= atf-config SRCS= atf-config.cpp MAN= atf-config.1 CPPFLAGS+= -I${SRCDIR}/tools WARNS?= 2 .include <bsd.prog.mk>