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