Makefile revision 54513
1# $FreeBSD: head/sys/modules/amr/Makefile 54513 1999-12-12 20:54:53Z 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 
6CFLAGS		+= ${DEBUG_FLAGS}
7
8.include <bsd.kmod.mk>
9