mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 14:16:53 -04:00
11 lines
166 B
Makefile
11 lines
166 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2011/01/26 01:18:53 pooka Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
BINDIR?= /usr/mdec
|
|
|
|
WARNS?= 1
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../..
|
|
LDSTATIC= -static
|