summaryrefslogtreecommitdiffstats
path: root/tools/KSE/ksetest/Makefile
diff options
context:
space:
mode:
authormini <mini@FreeBSD.org>2002-09-19 02:15:27 +0000
committermini <mini@FreeBSD.org>2002-09-19 02:15:27 +0000
commiteabad0146ba86c11bd57572fa5840033cb10a901 (patch)
tree4d865be52a5b027ec6061f0e670654a9fe7cb8f3 /tools/KSE/ksetest/Makefile
parentb87a363d1b0ac49ecbd8a11a92862276236dffbe (diff)
downloadFreeBSD-src-eabad0146ba86c11bd57572fa5840033cb10a901.zip
FreeBSD-src-eabad0146ba86c11bd57572fa5840033cb10a901.tar.gz
Update the KSE test utility to the new KSE API.
Diffstat (limited to 'tools/KSE/ksetest/Makefile')
-rw-r--r--tools/KSE/ksetest/Makefile19
1 files changed, 3 insertions, 16 deletions
diff --git a/tools/KSE/ksetest/Makefile b/tools/KSE/ksetest/Makefile
index f7bb415..5c0a743 100644
--- a/tools/KSE/ksetest/Makefile
+++ b/tools/KSE/ksetest/Makefile
@@ -1,20 +1,7 @@
# $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
+NOMAN=
+CFLAGS+= -g
+SRCS= kse_asm.S kse_threads_test.c
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud