mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
10 lines
147 B
Makefile
10 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/msk
|
|
|
|
KMOD= if_msk
|
|
SRCS= if_msk.c device_if.h bus_if.h pci_if.h
|
|
SRCS+= miibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|