mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
Reviewed by: kib Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D25537
8 lines
137 B
Makefile
8 lines
137 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR:H}/common
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
CFLAGS+= -fno-omit-frame-pointer -DCRT_IRELOC_RELA
|
|
|
|
.include <bsd.lib.mk>
|