1# $NetBSD: Makefile,v 1.8 2019/02/26 10:01:41 isaki Exp $ 2 3WARNS=0 4NOMAN=1 5 6.include <bsd.own.mk> 7 8.if "${ACTIVE_CC}" == "clang" 9CXXFLAGS+= -std=c++11 10PROG_CXX+= cpp_atomic_ops_linkable 11.endif 12 13proginstall: 14 @echo This directory features link time only tests. 15 16.include <bsd.prog.mk> 17 18