Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / dev / netif / an / Makefile
1 # $FreeBSD: src/sys/modules/an/Makefile,v 1.2 2000/01/28 11:26:26 bde Exp $
2 # $DragonFly: src/sys/dev/netif/an/Makefile,v 1.2 2003/06/17 04:28:43 dillon Exp $
3
4 .PATH:  ${.CURDIR}/../../dev/an
5 KMOD    = if_an
6 SRCS    = if_an.c if_an_pccard.c if_an_pci.c if_an_isa.c
7 SRCS    += opt_inet.h device_if.h bus_if.h pci_if.h isa_if.h
8
9 opt_inet.h:
10         echo "#define INET 1" > opt_inet.h
11
12 .include <bsd.kmod.mk>