d172a32147
(This is apparently required in NetBSD).
13 lines
242 B
Makefile
13 lines
242 B
Makefile
# $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
|