summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/Makefile.inc
blob: 2bd511c91f26fbcc8e989ecf7ad964cb14c17d37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile.inc,v 1.8 2002/02/04 00:18:32 thorpej Exp $
# $FreeBSD$

WARNS?=		0

.PATH:		${.CURDIR}/../common

.if exists(${.CURDIR}/../arch/${MACHINE_ARCH})
CFLAGS+=	-I${.CURDIR}/../arch/${MACHINE_ARCH}
.else
CFLAGS+=	-I${.CURDIR}/../arch/${MACHINE_CPUARCH}
.endif
CFLAGS+=	-I${.CURDIR}/../common

OBJECT_FMT=	ELF
OpenPOWER on IntegriCloud