Home | History | Annotate | Line # | Download | only in sync
      1  1.8   isaki # $NetBSD: Makefile,v 1.8 2019/02/26 10:01:41 isaki Exp $
      2  1.1  martin 
      3  1.1  martin WARNS=0
      4  1.1  martin NOMAN=1
      5  1.1  martin 
      6  1.5  martin .include <bsd.own.mk>
      7  1.4  martin 
      8  1.7    maya .if "${ACTIVE_CC}" == "clang"
      9  1.4  martin CXXFLAGS+= -std=c++11
     10  1.6   joerg PROG_CXX+=	cpp_atomic_ops_linkable
     11  1.4  martin .endif
     12  1.4  martin 
     13  1.5  martin proginstall:
     14  1.5  martin 	@echo This directory features link time only tests.
     15  1.5  martin 
     16  1.5  martin .include <bsd.prog.mk>
     17  1.5  martin 
     18