mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
7 lines
128 B
Makefile
7 lines
128 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
|
|
|
|
CFLAGS+=-DSYSTEM_SCOPE_ONLY
|
|
|
|
SRCS+= pthread_md.c context.S
|