Makefile.inc revision 116004
1# $FreeBSD: head/lib/libkse/support/Makefile.inc 116004 2003-06-08 03:58:20Z imp $
2
3.PATH:	 ${.CURDIR}/support
4
5SRCS += thr_support.c
6SOBJS+= thr_libc.So
7
8thr_libc.So: thr_support.So
9	${CC} -nostdlib -o ${.TARGET} -Wl,-x,-r ${.ALLSRC} -lc_pic
10
11