Deleted Added
sdiff udiff text old ( 61541 ) new ( 70711 )
full compact
1# $FreeBSD: head/sys/modules/rp/Makefile 61541 2000-06-11 06:43:16Z tanimura $
2
3.PATH: ${.CURDIR}/../../dev/rp
4KMOD = rp
5SRCS = rp.c rp_pci.c device_if.h bus_if.h pci_if.h
6
7.include <bsd.kmod.mk>