Home | History | Annotate | Line # | Download | only in tests
Makefile.inc revision 1.5.14.1
      1 # $NetBSD: Makefile.inc,v 1.5.14.1 2020/04/08 14:09:05 martin Exp $
      2 WARNS ?= 4
      3 CWARNFLAGS+= -Wno-missing-noreturn
      4 TOOLSSRCDIR:= ${.PARSEDIR}
      5 CPPFLAGS+= -I${TOOLSSRCDIR}
      6 LIBRUMPBASE = -lrumpvfs -lrump -lrumpvfs -lrumpuser -lrump -lpthread
      7 
      8