summaryrefslogtreecommitdiffstats
path: root/sys/modules/ar/Makefile
blob: 43589a4795b91dab5c87d01932e6ea51373e1953 (plain)
1
2
3
4
5
6
7
8
# $FreeBSD$
 
.PATH:  ${.CURDIR}/../../dev/ar
KMOD    = if_ar
SRCS    = if_ar.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>
OpenPOWER on IntegriCloud