1 1.2 martin # $NetBSD: Makefile,v 1.2 2014/10/11 14:52:15 martin Exp $ 2 1.1 martin 3 1.1 martin WARNS=0 4 1.1 martin NOMAN=1 5 1.2 martin CXXFLAGS+= -std=c++11 6 1.1 martin 7 1.2 martin PROG=all_sync_ops_linkable cpp_atomic_ops_linkable 8 1.1 martin 9 1.2 martin proginstall: 10 1.2 martin @echo This directory features link time only tests. 11 1.1 martin 12 1.1 martin .include <bsd.prog.mk> 13