Makefile revision 90706
1# $FreeBSD: head/sys/modules/rp/Makefile 90706 2002-02-15 15:45:34Z bde $
2
3.PATH: ${.CURDIR}/../../dev/rp
4
5KMOD=	rp
6SRCS=	rp.c rp_pci.c device_if.h bus_if.h pci_if.h opt_compat.h
7
8opt_compat.h:
9	echo "#define COMPAT_43 1" > opt_compat.h
10
11.include <bsd.kmod.mk>
12