]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/sk/Makefile
Remove bridge(4) from the tree. if_bridge(4) is a full functional
[FreeBSD/FreeBSD.git] / sys / modules / sk / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../pci
4
5 KMOD=   if_sk
6 SRCS=   if_sk.c device_if.h bus_if.h pci_if.h
7 SRCS+=  miibus_if.h
8
9 .include <bsd.kmod.mk>