diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-12-02 20:58:04 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-12-02 20:58:04 +0000 |
| commit | adc56f5a383771f594829b7db9c263b6f0dcf1bd (patch) | |
| tree | 1767a0c4a3c4257add557b9ae6dbf666df6b4926 /lib/libstats | |
| parent | 79c1428ed655778475f020df2932d0b2f1c648b1 (diff) | |
Notes
Diffstat (limited to 'lib/libstats')
| -rw-r--r-- | lib/libstats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libstats/Makefile b/lib/libstats/Makefile index da7ec10c2b0b8..89e10aa64c5f4 100644 --- a/lib/libstats/Makefile +++ b/lib/libstats/Makefile @@ -3,12 +3,12 @@ LIB= stats SHLIBDIR?= /lib SHLIB_MAJOR= 0 -SRCS= subr_stats.c +SRCS= subr_stats.c tcp_stats.c # To debug, comment WITHOUT_ASSERT_DEBUG= and uncomment CFLAGS:= WITHOUT_ASSERT_DEBUG= #CFLAGS:=${CFLAGS:C/-O[0-9]/-O0 -g3/} -DDIAGNOSTIC -.PATH: ${.CURDIR}/../../sys/kern +.PATH: ${.CURDIR}/../../sys/kern ${.CURDIR}/../../sys/netinet .include <bsd.lib.mk> |
