mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 14:39:47 -04:00
24 lines
471 B
Makefile
24 lines
471 B
Makefile
# $NetBSD: Makefile.inc,v 1.16 2013/08/21 06:15:41 matt Exp $
|
|
|
|
.include <bsd.klinks.mk>
|
|
|
|
RELOC=0x3f0000
|
|
.PATH: ${.CURDIR}/../../vax ${.CURDIR}/../common
|
|
|
|
CPPFLAGS+=-I.
|
|
CPPFLAGS+=-I${.CURDIR}/../../../../
|
|
CPPFLAGS+=-I${.CURDIR}/../../
|
|
CPPFLAGS+=-I${.CURDIR}/../common
|
|
CPPFLAGS+=-I${.CURDIR}/../../include
|
|
CPPFLAGS+=-DRELOC=${RELOC}
|
|
CPPFLAGS+=-D_STANDALONE
|
|
|
|
WARNS?= 1
|
|
CFLAGS+=-ffreestanding -fno-pic -fno-unwind-tables
|
|
AFLAGS+=-fno-pic
|
|
|
|
MKMAN=no
|
|
|
|
LIBCRTBEGIN=
|
|
LIBCRTEND=
|