Remove OLDBRIDGE
[dragonfly.git] / sys / dev / netif / cue / Makefile
1 # $FreeBSD: src/sys/modules/cue/Makefile,v 1.2 2000/01/28 11:26:27 bde Exp $
2 # $DragonFly: src/sys/dev/netif/cue/Makefile,v 1.4 2006/06/25 11:02:38 corecode Exp $
3
4 KMOD    = if_cue
5 SRCS    = if_cue.c opt_usb.h device_if.h bus_if.h
6 SRCS    += miibus_if.h
7
8 .include <bsd.kmod.mk>