Makefile revision 59951
1# $FreeBSD: head/sys/modules/amr/Makefile 59951 2000-05-04 12:08:52Z peter $
2
3.PATH:		${.CURDIR}/../../dev/amr
4KMOD		= amr
5SRCS		= amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h 
6
7.include "${.CURDIR}/../../conf/kmod.mk"
8