]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/rp/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / modules / rp / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/rp
4
5 KMOD=   rp
6 SRCS=   rp.c rp_pci.c device_if.h bus_if.h pci_if.h opt_compat.h
7
8 .if !defined(KERNBUILDDIR)
9 opt_compat.h:
10         echo "#define COMPAT_43 1" > opt_compat.h
11 .endif
12
13 .include <bsd.kmod.mk>