blob: 59128aa20c1aba100960a19c22d0614a925c4e07 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile.inc,v 1.8 2002/02/04 00:18:32 thorpej Exp $
# $FreeBSD$
WARNS= 0
.PATH: ${.CURDIR}/../common
TARGET_ARCH?= ${MACHINE_ARCH}
CFLAGS+= -I${.CURDIR}/../arch/${TARGET_ARCH}
CFLAGS+= -I${.CURDIR}/../common
OBJECT_FMT= ELF
|