xref: /freebsd-14.2/lib/libstats/Makefile (revision d0b2dbfa)
11a13f2e6SEdward Tomasz Napierala
21a13f2e6SEdward Tomasz NapieralaLIB=		stats
31a13f2e6SEdward Tomasz NapieralaSHLIBDIR?= 	/lib
41a13f2e6SEdward Tomasz NapieralaSHLIB_MAJOR=	0
5*adc56f5aSEdward Tomasz NapieralaSRCS=		subr_stats.c tcp_stats.c
61a13f2e6SEdward Tomasz Napierala
71a13f2e6SEdward Tomasz Napierala# To debug, comment WITHOUT_ASSERT_DEBUG= and uncomment CFLAGS:=
81a13f2e6SEdward Tomasz NapieralaWITHOUT_ASSERT_DEBUG=
91a13f2e6SEdward Tomasz Napierala#CFLAGS:=${CFLAGS:C/-O[0-9]/-O0 -g3/} -DDIAGNOSTIC
101a13f2e6SEdward Tomasz Napierala
11*adc56f5aSEdward Tomasz Napierala.PATH:	${.CURDIR}/../../sys/kern ${.CURDIR}/../../sys/netinet
121a13f2e6SEdward Tomasz Napierala
131a13f2e6SEdward Tomasz Napierala.include <bsd.lib.mk>
14