]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/csu/i386/Makefile
Fix completion descriptors alignment for the ENA
[FreeBSD/FreeBSD.git] / lib / csu / i386 / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR:H}/common
4
5 CFLAGS+=        -I${.CURDIR}
6 CFLAGS+=        -DCRT_IRELOC_REL
7
8 CRT1OBJS+=      crt1_s.o
9
10 .include <bsd.lib.mk>