0dc8cda9a3
Makefiles so that we can make changes to it centrally as needed and have less mess. Fixes the sun2 build that needs rumpvfs after librump after the latest changes.
8 lines
236 B
Makefile
8 lines
236 B
Makefile
# $NetBSD: Makefile.inc,v 1.6 2020/03/01 18:08:12 christos Exp $
|
|
WARNS ?= 4
|
|
CWARNFLAGS+= -Wno-missing-noreturn
|
|
TOOLSSRCDIR:= ${.PARSEDIR}
|
|
CPPFLAGS+= -I${TOOLSSRCDIR}
|
|
LIBRUMPBASE = -lrumpvfs -lrump -lrumpvfs -lrumpuser -lrump -lpthread
|
|
|