2000-06-11 06:43:16 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/rp
|
|
|
|
|
|
|
|
KMOD= rp
|
2002-02-15 15:45:34 +00:00
|
|
|
SRCS= rp.c rp_pci.c device_if.h bus_if.h pci_if.h opt_compat.h
|
|
|
|
|
2005-10-14 23:30:17 +00:00
|
|
|
.if !defined(KERNBUILDDIR)
|
2002-02-15 15:45:34 +00:00
|
|
|
opt_compat.h:
|
2008-09-01 23:59:00 +00:00
|
|
|
echo "#define COMPAT_43 1" > ${.TARGET}
|
2005-10-14 23:30:17 +00:00
|
|
|
.endif
|
2000-06-11 06:43:16 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|