summaryrefslogtreecommitdiffstats
path: root/tools/KSE/ksetest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/KSE/ksetest/Makefile')
-rw-r--r--tools/KSE/ksetest/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/KSE/ksetest/Makefile b/tools/KSE/ksetest/Makefile
new file mode 100644
index 0000000..f7bb415
--- /dev/null
+++ b/tools/KSE/ksetest/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+# @(#)Makefile 8.1 (Berkeley) 6/2/93
+
+PROG= ksetest
+SRCS= kse_threads_test.c kse_asm.S
+#
+# To support "lazy" ps for non root/wheel users
+# add -DLAZY_PS to the cflags. This helps
+# keep ps from being an unnecessary load
+# on large systems.
+#
+CFLAGS=-static -g -O
+#WARNS= 0
+#DPADD= ${LIBM} ${LIBKVM}
+#LDADD= -lm -lkvm
+#BINGRP= kmem
+#BINMODE=2555
+NOMAN=yes
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud