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
115 B
Makefile
8 lines
115 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR:H}/common
|
|
|
|
OBJS+= crtsavres.o
|
|
CFLAGS+= -DCRT_IRELOC_SUPPRESS
|
|
|
|
.include <bsd.lib.mk>
|