1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

add if_wx module

This commit is contained in:
Matt Jacob 2000-06-18 05:08:28 +00:00
parent 1249f27c63
commit f4b90f9d1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61781

7
sys/modules/wx/Makefile Normal file
View File

@ -0,0 +1,7 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../pci
KMOD = if_wx
SRCS = if_wx.c opt_bdg.h device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>