mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
9 lines
195 B
Makefile
9 lines
195 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ar
|
|
KMOD = if_ar
|
|
SRCS = if_ar.c if_ar_isa.c if_ar_pci.c
|
|
SRCS += device_if.h bus_if.h pci_if.h isa_if.h opt_netgraph.h
|
|
|
|
.include <bsd.kmod.mk>
|