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