mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 06:05:19 -04:00
10 lines
191 B
Makefile
10 lines
191 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2014/02/24 07:23:43 skrll Exp $
|
|
|
|
BINDIR= /usr/mdec
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
COPTS+= -Wno-pointer-sign
|
|
COPTS+= -fno-strict-aliasing
|
|
COPTS+= -fno-unwind-tables
|