Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / netgraph / sync_sr / Makefile
1 # $FreeBSD: src/sys/modules/netgraph/sync_sr/Makefile,v 1.1.2.1 2002/06/17 15:11:05 jhay Exp $
2 # $DragonFly: src/sys/netgraph/sync_sr/Makefile,v 1.2 2003/06/17 04:28:46 dillon Exp $
3  
4 .PATH:  ${.CURDIR}/../../../dev/sr
5 KMOD    = ng_sync_sr
6 SRCS    = if_sr.c if_sr_isa.c if_sr_pci.c
7 SRCS    += device_if.h bus_if.h pci_if.h isa_if.h opt_netgraph.h
8   
9 opt_netgraph.h:
10         echo "#define NETGRAPH" > opt_netgraph.h
11
12 .include <bsd.kmod.mk>