mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
8 lines
91 B
Makefile
8 lines
91 B
Makefile
|
|
|
||
|
|
.PATH: ${SRCTOP}/sys/amd64/sgx
|
||
|
|
|
||
|
|
KMOD= sgx_linux
|
||
|
|
SRCS= sgx_linux.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|