mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
8 lines
156 B
Makefile
8 lines
156 B
Makefile
# $FreeBSD$
|
|
|
|
# XXX temporary
|
|
CFLAGS+=-DSYSTEM_SCOPE_ONLY
|
|
|
|
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
|
|
|
|
SRCS+= enter_uts.S context.S pthread_md.c
|