1 1.9 christos # $NetBSD: Makefile.inc,v 1.9 2020/05/17 18:52:43 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.7 christos .if ${RUMPFIFO:Uno} == "yes" 7 1.9 christos LIBRUMPFIFO_PRE = -lrumpvfs_fifofs -lrumpnet_local -lrumpnet_net -lrumpnet 8 1.9 christos .endif 9 1.7 christos LIBRUMPFIFO = -lrumpvfs_nofifofs 10 1.9 christos LIBRUMPBASE = ${LIBRUMPFIFO_PRE} -lrumpvfs -lrump -lrumpvfs -lrumpvfs_nofifofs -lrumpuser -lrump -lpthread 11 1.6 christos 12