1# $FreeBSD$
2
3PROG=		ksetest
4MAN=
5CFLAGS+=	-g -Wall
6SRCS=		kse_asm.S kse_threads_test.c 
7
8.include <bsd.prog.mk>
9