Home | History | Annotate | Line # | Download | only in tests
Makefile.inc revision 1.6
      1  1.6  christos # $NetBSD: Makefile.inc,v 1.6 2020/03/01 18:08:12 christos Exp $
      2  1.1  christos WARNS ?= 4
      3  1.2     joerg CWARNFLAGS+= -Wno-missing-noreturn
      4  1.5  christos TOOLSSRCDIR:= ${.PARSEDIR}
      5  1.5  christos CPPFLAGS+= -I${TOOLSSRCDIR}
      6  1.6  christos LIBRUMPBASE = -lrumpvfs -lrump -lrumpvfs -lrumpuser -lrump -lpthread
      7  1.6  christos 
      8