Makefile revision 151350
1# $FreeBSD: head/sys/modules/hifn/Makefile 151350 2005-10-14 23:30:17Z yar $
2
3.PATH:	${.CURDIR}/../../dev/hifn
4KMOD	= hifn
5SRCS	= hifn7751.c opt_hifn.h
6SRCS   += device_if.h bus_if.h pci_if.h
7SRCS   += opt_bus.h crypto_if.h
8
9.if !defined(KERNBUILDDIR)
10opt_hifn.h:
11	echo "#define HIFN_DEBUG 1" > opt_hifn.h
12.endif
13
14.include <bsd.kmod.mk>
15