mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-22 07:20:00 +00:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
13 lines
301 B
Makefile
13 lines
301 B
Makefile
LIB= stats
|
|
SHLIBDIR?= /lib
|
|
SHLIB_MAJOR= 0
|
|
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 ${.CURDIR}/../../sys/netinet
|
|
|
|
.include <bsd.lib.mk>
|