Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 2014/10/11 14:52:15 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