b0ee263dbd
Reviewed by: kib Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D25537
9 lines
137 B
Makefile
9 lines
137 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR:H}/common
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
CFLAGS+= -fno-omit-frame-pointer -DCRT_IRELOC_RELA
|
|
|
|
.include <bsd.lib.mk>
|