mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 03:16:24 -04:00
12 lines
242 B
Makefile
12 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
|