Home | History | Annotate | Line # | Download | only in sync
Makefile revision 1.2
      1 # $NetBSD: Makefile,v 1.2 2014/10/11 14:52:15 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