mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 08:02:24 -04:00
Remove pccard attachment for an driver since pccard support is being removed. Relnotes: Yes
9 lines
173 B
Makefile
9 lines
173 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/an
|
|
|
|
KMOD= if_an
|
|
SRCS= if_an.c if_an_pci.c if_an_isa.c
|
|
SRCS+= opt_inet.h device_if.h bus_if.h pci_if.h isa_if.h
|
|
|
|
.include <bsd.kmod.mk>
|