summaryrefslogtreecommitdiffstats
path: root/lib/libkse/support/Makefile.inc
blob: 9f6783ebef89d88f33b499a51c163d80c7264815 (plain)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

.PATH:	 ${.CURDIR}/support

SOBJS+= thr_libc.So
CLEANFILES+= thr_support.So

thr_libc.So: thr_support.So
	${CC} -nostdlib -o ${.TARGET} -Wl,-r thr_support.So -lc_pic
OpenPOWER on IntegriCloud