Makefile revision 59951
1# $FreeBSD: head/sys/modules/rl/Makefile 59951 2000-05-04 12:08:52Z peter $
2
3.PATH:	${.CURDIR}/../../pci
4KMOD	= if_rl
5SRCS	= if_rl.c opt_bdg.h device_if.h bus_if.h pci_if.h
6SRCS	+= miibus_if.h
7
8.include "${.CURDIR}/../../conf/kmod.mk"
9