mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
looking at the host environment for anything. This breaks building -CURRENT on 4.x as well. Submitted by: kan@
10 lines
173 B
Makefile
10 lines
173 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/support
|
|
|
|
SRCS += thr_support.c
|
|
SOBJS+= thr_libc.So
|
|
|
|
thr_libc.So: thr_support.So
|
|
${CC} -nostdlib -o ${.TARGET} -Wl,-x,-r ${.ALLSRC} -lc_pic
|
|
|