* Remove the remains of the obsolete timeout()/untimeout() interface.
[dragonfly.git] / sys / dev / netif / ar / Makefile
blob158709057b9c1a6879bb1d6552f53ae8af4e8874
1 # $FreeBSD: src/sys/modules/ar/Makefile,v 1.3.2.1 2002/06/17 15:11:03 jhay Exp $
2 # $DragonFly: src/sys/dev/netif/ar/Makefile,v 1.3 2005/02/08 14:31:16 joerg Exp $
4 KMOD = if_ar
5 SRCS = if_ar.c if_ar_isa.c if_ar_pci.c
6 SRCS += device_if.h bus_if.h pci_if.h isa_if.h opt_netgraph.h
8 .include <bsd.kmod.mk>