]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/xlint/Makefile.inc
Import tzdata 2019c.
[FreeBSD/FreeBSD.git] / usr.bin / xlint / Makefile.inc
1 #       $NetBSD: Makefile.inc,v 1.8 2002/02/04 00:18:32 thorpej Exp $
2 # $FreeBSD$
3
4 WARNS?=         0
5
6 .PATH:          ${.CURDIR}/../common
7
8 .if exists(${.CURDIR}/../arch/${MACHINE_ARCH})
9 CFLAGS+=        -I${.CURDIR}/../arch/${MACHINE_ARCH}
10 .else
11 CFLAGS+=        -I${.CURDIR}/../arch/${MACHINE_CPUARCH}
12 .endif
13 CFLAGS+=        -I${.CURDIR}/../common
14
15 OBJECT_FMT=     ELF