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