Makefile.inc revision 117178
1# $FreeBSD: head/lib/libkse/support/Makefile.inc 117178 2003-07-02 20:51:30Z ru $
2
3.PATH:	 ${.CURDIR}/support
4
5SOBJS+= thr_libc.So
6CLEANFILES+= thr_support.So
7
8thr_libc.So: thr_support.So
9	${CC} -nostdlib -o ${.TARGET} -Wl,-r thr_support.So -lc_pic
10