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>
|