1 1.7 christos # $NetBSD: Makefile.inc,v 1.7 2020/05/15 23:32:28 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.7 christos LIBRUMPFIFO = -lrumpvfs_fifofs -lrumpnet_local -lrumpnet_net -lrumpnet 8 1.7 christos .else 9 1.7 christos LIBRUMPFIFO = -lrumpvfs_nofifofs 10 1.7 christos .endif 11 1.7 christos LIBRUMPBASE = -lrumpvfs -lrump ${LIBRUMPFIFO} -lrumpvfs -lrumpuser -lrump -lpthread 12 1.6 christos 13