Deleted Added
full compact
Makefile (90706) Makefile (151350)
1# $FreeBSD: head/sys/modules/rp/Makefile 90706 2002-02-15 15:45:34Z bde $
1# $FreeBSD: head/sys/modules/rp/Makefile 151350 2005-10-14 23:30:17Z yar $
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
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
8.if !defined(KERNBUILDDIR)
8opt_compat.h:
9 echo "#define COMPAT_43 1" > opt_compat.h
9opt_compat.h:
10 echo "#define COMPAT_43 1" > opt_compat.h
11.endif
10
11.include <bsd.kmod.mk>
12
13.include <bsd.kmod.mk>