mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
9 lines
103 B
Makefile
9 lines
103 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${SRCTOP}/sys/amd64/sgx
|
||
|
|
|
||
|
|
KMOD= sgx_linux
|
||
|
|
SRCS= sgx_linux.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|