1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-25 16:13:17 +00:00
freebsd/sys/modules/wx/Makefile

9 lines
132 B
Makefile
Raw Normal View History

2000-06-18 05:08:28 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../pci
KMOD= if_wx
SRCS= if_wx.c opt_bdg.h device_if.h bus_if.h pci_if.h
2000-06-18 05:08:28 +00:00
.include <bsd.kmod.mk>