]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/exca/Makefile
Add 'contrib/unifdef/' from commit '0da44885831dc0a43c4ca6ff04a2430993cc0a80'
[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>