]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/efirt/Makefile
MFC r315361 and r315364: Hide MONITORX/MWAITX from guests.
[FreeBSD/FreeBSD.git] / sys / modules / efirt / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../${MACHINE}/${MACHINE}
4
5 KMOD=   efirt
6 SRCS=   efirt.c
7 SRCS+=  device_if.h bus_if.h
8
9 .include <bsd.kmod.mk>