net/if_clone: Panic if the same cloner is attached twice
[dragonfly.git] / sys / dev / netif / rue / Makefile
1 # $FreeBSD: src/sys/modules/rue/Makefile,v 1.2 2004/06/27 12:33:16 imp Exp $
2 # $DragonFly: src/sys/dev/netif/rue/Makefile,v 1.1 2005/09/19 02:53:27 sephe Exp $
3
4 KMOD=   if_rue
5 SRCS=   if_rue.c
6 SRCS+=  miibus_if.h device_if.h bus_if.h opt_usb.h
7
8 .include <bsd.kmod.mk>