]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/bhnd/siba_bhndb/Makefile
Update to Zstandard 1.4.2
[FreeBSD/FreeBSD.git] / sys / modules / bhnd / siba_bhndb / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/bhnd/siba
4
5 KMOD=   siba_bhndb
6 SRCS=   siba_bhndb.c
7
8 SRCS+=  bhnd_bus_if.h bhnd_erom_if.h
9 SRCS+=  bhndb_bus_if.h bhndb_if.h
10 SRCS+=  device_if.h bus_if.h
11
12 .include <bsd.kmod.mk>