mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
Reviewed by: kib Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D25537
9 lines
116 B
Makefile
9 lines
116 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR:H}/common
|
|
|
|
CFLAGS+= -DCRT_IRELOC_SUPPRESS
|
|
|
|
CRT1OBJS+= crt1_s.o
|
|
|
|
.include <bsd.lib.mk>
|