* Remove the remains of the obsolete timeout()/untimeout() interface.
[dragonfly.git] / sys / dev / netif / gx / Makefile
blobeaa38a34dd5d2028ca96faa1ede77db8fc15ead1
1 # $FreeBSD: src/sys/modules/gx/Makefile,v 1.1.2.2 2001/12/04 20:01:53 brooks Exp $
2 # $DragonFly: src/sys/dev/netif/gx/Attic/Makefile,v 1.4 2006/06/25 11:02:38 corecode Exp $
4 KMOD = if_gx
5 SRCS = if_gx.c device_if.h bus_if.h pci_if.h miibus_if.h
6 KMODDEPS = miibus
8 .include <bsd.kmod.mk>