]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/sgx_linux/Makefile
MFV r336851:
[FreeBSD/FreeBSD.git] / sys / modules / sgx_linux / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/amd64/sgx
4
5 KMOD=   sgx_linux
6 SRCS=   sgx_linux.c
7
8 .include <bsd.kmod.mk>