mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
12 lines
243 B
Makefile
12 lines
243 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
|