2008-10-03 10:31:31 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
.PATH: ${SRCTOP}/sys/dev/ae
|
2008-10-03 10:31:31 +00:00
|
|
|
|
|
|
|
KMOD= if_ae
|
2008-12-02 21:37:28 +00:00
|
|
|
SRCS= if_ae.c device_if.h bus_if.h pci_if.h miibus_if.h
|
2008-10-03 10:31:31 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|