mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
9 lines
140 B
Makefile
9 lines
140 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../dev/sge
|
||
|
|
||
|
KMOD= if_sge
|
||
|
SRCS= if_sge.c device_if.h bus_if.h pci_if.h miibus_if.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|