Makefile.inc revision 113657
1# $FreeBSD: head/lib/libkse/sys/Makefile.inc 113657 2003-04-18 05:02:39Z deischen $
2
3.PATH:	 ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
4
5SRCS+=	thr_error.c _atomic_lock.S ksd.c thr_enter_uts.S thr_getcontext.S \
6	thr_switch.S lock.c
7