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