net/if_clone: Panic if the same cloner is attached twice
[dragonfly.git] / sys / dev / netif / axe / Makefile
1 # $DragonFly: src/sys/dev/netif/axe/Makefile,v 1.3 2006/06/25 11:02:38 corecode Exp $
2
3 KMOD    = if_axe
4 SRCS    = if_axe.c opt_usb.h device_if.h bus_if.h
5 SRCS    += miibus_if.h
6
7 .include <bsd.kmod.mk>