aboutsummaryrefslogtreecommitdiff
path: root/lib/libstats/Makefile
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2019-10-07 19:05:05 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2019-10-07 19:05:05 +0000
commit1a13f2e6b444dd8048aebd2ac1f0b8fae9e3088f (patch)
tree330bdbba535e6a9a9e29639c53c83e8bf933bfc9 /lib/libstats/Makefile
parentd253c454bb88a1c3ff5be6d0f644342ba05644f1 (diff)
Notes
Diffstat (limited to 'lib/libstats/Makefile')
-rw-r--r--lib/libstats/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/libstats/Makefile b/lib/libstats/Makefile
new file mode 100644
index 000000000000..da7ec10c2b0b
--- /dev/null
+++ b/lib/libstats/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+LIB= stats
+SHLIBDIR?= /lib
+SHLIB_MAJOR= 0
+SRCS= subr_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
+
+.include <bsd.lib.mk>