Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / sys / dev / netif / sr / Makefile
1 # $FreeBSD: src/sys/modules/sr/Makefile,v 1.2.2.1 2002/06/17 15:11:05 jhay Exp $
2 # $DragonFly: src/sys/dev/netif/sr/Makefile,v 1.3 2005/07/28 00:06:10 joerg Exp $
3  
4 KMOD    = if_sr
5 SRCS    = if_sr.c if_sr_pci.c
6 SRCS    += device_if.h bus_if.h pci_if.h isa_if.h opt_netgraph.h
7   
8 .include <bsd.kmod.mk>