f7261d9c5f
unload method. Lots of old cruft is removed. Thanks to WPaul for large clue-injection and debugging services. Reviewed by: wpaul
8 lines
133 B
Makefile
8 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
KMOD = if_de
|
|
SRCS = if_de.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|