mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
b0ee263dbd
Reviewed by: kib Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D25537
9 lines
115 B
Makefile
9 lines
115 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR:H}/common
|
|
|
|
OBJS+= crtsavres.o
|
|
CFLAGS+= -DCRT_IRELOC_SUPPRESS
|
|
|
|
.include <bsd.lib.mk>
|