Makefile revision 53846
1# $FreeBSD: head/sys/modules/amr/Makefile 53846 1999-11-28 18:53:47Z bde $
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 
6CLEANFILES	= amr.h
7CFLAGS		+= ${DEBUG_FLAGS}
8
9amr.h:
10	echo "#define NAMR 1" > amr.h
11
12.include <bsd.kmod.mk>
13