Makefile revision 1.7
1# $NetBSD: Makefile,v 1.7 2017/02/22 12:34:49 maya Exp $ 2 3WARNS=0 4NOMAN=1 5 6.include <bsd.own.mk> 7 8PROG= all_sync_ops_linkable 9 10.if "${ACTIVE_CC}" == "clang" 11CXXFLAGS+= -std=c++11 12PROG_CXX+= cpp_atomic_ops_linkable 13.endif 14 15proginstall: 16 @echo This directory features link time only tests. 17 18.include <bsd.prog.mk> 19 20