# $FreeBSD$
PROG= ksetest
NOMAN=
CFLAGS+= -g -Wall
SRCS= kse_asm.S kse_threads_test.c
.include <bsd.prog.mk>