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>
|