Remove building with NOCRYPTO option
[minix.git] / external / bsd / atf / usr.bin / atf-config / Makefile
blob068bdf96399b40805a7be64782cd4745cfcea38e
1 # $NetBSD: Makefile,v 1.8 2014/02/12 04:08:32 jmmv Exp $
3 USE_ATF_LIBTOOLS= yes
5 .include <bsd.init.mk>
7 .PATH: ${SRCDIR}/tools
9 BINDIR= /usr/bin
10 PROG_CXX= atf-config
11 SRCS= atf-config.cpp
12 MAN= atf-config.1
14 CPPFLAGS+= -I${SRCDIR}/tools
16 WARNS?= 2
18 .include <bsd.prog.mk>