freebsd-dev/tools/KSE/ksetest/Makefile

9 lines
115 B
Makefile
Raw Normal View History

2002-06-29 17:39:07 +00:00
# $FreeBSD$
2002-10-02 17:07:39 +00:00
PROG= ksetest
NO_MAN=
2002-10-02 17:07:39 +00:00
CFLAGS+= -g -Wall
SRCS= kse_asm.S kse_threads_test.c
2002-06-29 17:39:07 +00:00
.include <bsd.prog.mk>