149c5eacbSEd Maste# $FreeBSD$ 249c5eacbSEd Maste 349c5eacbSEd Maste.include <src.opts.mk> 449c5eacbSEd Maste 549c5eacbSEd MastePACKAGE= clibs 649c5eacbSEd MasteLIB= gcc_eh 749c5eacbSEd MasteNO_PIC= 82ed1e385SEd MasteMK_SSP= no 949c5eacbSEd MasteWARNS?= 2 1049c5eacbSEd Maste 11*0b862b03SAlex RichardsonSRCS_EXC+= int_util.c 1249c5eacbSEd Maste.include "Makefile.inc" 1349c5eacbSEd Maste 14312809feSSimon J. Gerraty.if ${.MAKE.LEVEL} > 0 15312809feSSimon J. Gerraty# avoid circular dependencies 16312809feSSimon J. GerratyGENDIRDEPS_FILTER+= Nlib/msun 17312809feSSimon J. GerratyCFLAGS+= -I${SRCTOP}/lib/msun/src 18312809feSSimon J. Gerraty.endif 19312809feSSimon J. Gerraty 2049c5eacbSEd Maste.include <bsd.lib.mk> 21