mirror of
https://github.com/opnsense/src.git
synced 2026-03-04 14:24:23 -05:00
Reviewed by: kib Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D25537
10 lines
133 B
Makefile
10 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR:H}/common
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
CFLAGS+= -DCRT_IRELOC_REL
|
|
|
|
CRT1OBJS+= crt1_s.o
|
|
|
|
.include <bsd.lib.mk>
|