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

.PATH:	 ${.CURDIR}/support

SRCS += thr_support.c
SOBJS+= thr_libc.So

thr_libc.So: thr_support.So
	${CC} -nostdlib -L/usr/lib -o ${.TARGET} -Wl,-x,-r ${.ALLSRC} -lc_pic

OpenPOWER on IntegriCloud