mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
7d0de413cb
Submitted by: Denis I. Timofeev <timofeev@granch.ru> MFC after: 1 week
9 lines
131 B
Makefile
9 lines
131 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/sbsh
|
|
|
|
KMOD= if_sbsh
|
|
SRCS= if_sbsh.c bus_if.h device_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|