mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 23:00:18 -04:00
12 lines
190 B
Makefile
12 lines
190 B
Makefile
# $NetBSD: Makefile.inc,v 1.23 2011/01/23 13:24:05 joerg Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
BINDIR?= /usr/mdec
|
|
WARNS?= 1
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../..
|
|
LDSTATIC= -static
|