Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / dev / misc / pcic / Makefile
1 # $FreeBSD: src/sys/modules/pcic/Makefile,v 1.13 1999/12/19 05:49:56 imp Exp $
2 # $DragonFly: src/sys/dev/misc/pcic/Attic/Makefile,v 1.2 2003/06/17 04:28:46 dillon Exp $
3
4 .PATH:  ${.CURDIR}/../../dev/pcic
5 KMOD=   pcic
6 SRCS=   i82365.c i82365_isa.c \
7         device_if.h bus_if.h isa_if.h power_if.h card_if.h
8 NOMAN=
9
10 .include <bsd.kmod.mk>