On second thought, let's use make syntax in makefiles ...

This commit is contained in:
pooka 2013-03-15 12:18:41 +00:00
parent 062b5be071
commit 7c87fb3f1e

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.rump,v 1.72 2013/03/15 12:15:52 pooka Exp $
# $NetBSD: Makefile.rump,v 1.73 2013/03/15 12:18:41 pooka Exp $
#
WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet
@ -44,7 +44,7 @@ SRCS+= linksyms_sun.c
PATH: ${RUMPTOP}
.else
LDFLAGS+= -Wl,-T ${RUMPTOP}/ldscript.rump
.fi
.endif
RUMP_DIAGNOSTIC?=yes
.if ${RUMP_DIAGNOSTIC} == "yes"