fb7bc8541e
It doesn't make sense to have standalone stuff dynamically linked just because an end-user uses LDSTATIC="".
11 lines
167 B
Makefile
11 lines
167 B
Makefile
# $NetBSD: Makefile.inc,v 1.17 2002/08/27 08:53:17 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
BINDIR?= /usr/mdec
|
|
|
|
WARNS?= 1
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../..
|
|
LDSTATIC= -static
|