mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
Use WARNS?= instead of WARNS= For this to work properly for all part is the subdirectories the WARNS assignments in Makefile.inc0 are moved to the correspondning Makefile.inc. Approved by: obrien (binutils maintainer) Tested by: make universe
13 lines
204 B
Makefile
13 lines
204 B
Makefile
# $FreeBSD$
|
|
|
|
.include "${.CURDIR}/../Makefile.inc0"
|
|
|
|
WARNS?= 0
|
|
|
|
.if ${TARGET_ARCH} != "ia64"
|
|
NOMAN= true
|
|
BINDIR= /usr/libexec/cross/ia64-freebsd
|
|
.endif
|
|
SRCS+= obj-elf.c tc-ia64.c
|
|
|
|
.include <bsd.prog.mk>
|