summaryrefslogtreecommitdiffstats
path: root/tools/KSE/ksetest/Makefile
blob: f7bb415535cd8655ab4b87afc9a29c53f53b1b5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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