mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
9 lines
178 B
Makefile
9 lines
178 B
Makefile
# $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
|