Factor out an_detach, since the implementation for all busses is
[dragonfly.git] / sys / dev / netif / an / Makefile
1 # $FreeBSD: src/sys/modules/an/Makefile,v 1.2 2000/01/28 11:26:26 bde Exp $
2 # $DragonFly: src/sys/dev/netif/an/Makefile,v 1.5 2005/07/27 21:56:32 joerg Exp $
3
4 KMOD    = if_an
5 SRCS    = if_an.c if_an_pccard.c if_an_pci.c if_an_isa.c
6 SRCS    += opt_inet.h device_if.h bus_if.h pci_if.h isa_if.h card_if.h
7
8 .if !defined(BUILDING_WITH_KERNEL)
9 opt_inet.h:
10         echo "#define INET 1" > opt_inet.h
11 .endif
12
13 .include <bsd.kmod.mk>