b0ee263dbd
Reviewed by: kib Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D25537
10 lines
116 B
Makefile
10 lines
116 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR:H}/common
|
|
|
|
CFLAGS+= -DCRT_IRELOC_SUPPRESS
|
|
|
|
CRT1OBJS+= crt1_s.o
|
|
|
|
.include <bsd.lib.mk>
|