Remove building with NOCRYPTO option
[minix3.git] / tests / lib / libc / sync / Makefile
blob4238255ab49dcb2664ddf4c3673ffc0ef1b03651
1 # $NetBSD: Makefile,v 1.6 2014/10/18 02:22:35 joerg Exp $
3 WARNS=0
4 NOMAN=1
6 .include <bsd.own.mk>
8 PROG= all_sync_ops_linkable
10 .if "${ACTIVE_CC}" == "clang" || \
11 ("${ACTIVE_CC}" == "gcc" && "${HAVE_GCC}" == "48")
13 CXXFLAGS+= -std=c++11
14 PROG_CXX+= cpp_atomic_ops_linkable
16 .endif
18 proginstall:
19 @echo This directory features link time only tests.
21 .include <bsd.prog.mk>