as mrg@ points out, including <bsd.own.mk> is the proper fix.
This commit is contained in:
parent
a255fcef8d
commit
dcc4a379f8
|
@ -1,8 +1,10 @@
|
|||
# $NetBSD: Makefile.inc,v 1.4 2006/05/12 06:43:55 dogcow Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.5 2006/05/12 16:45:12 dogcow Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
BINDIR= /usr/mdec
|
||||
|
||||
.if (${HAVE_GCC:U0} == 4)
|
||||
.if ${HAVE_GCC} == 4
|
||||
CFLAGS+= -Wno-pointer-sign
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue