]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/exca/Makefile
Merge bmake-20230909
[FreeBSD/FreeBSD.git] / sys / modules / exca / Makefile
1
2 .PATH: ${SRCTOP}/sys/dev/exca
3
4 KMOD=   exca
5 SRCS=   exca.c device_if.h bus_if.h power_if.h card_if.h
6
7 EXPORT_SYMS=    YES
8
9 .include <bsd.kmod.mk>