Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sys / dev / crypto / hifn / Makefile
1 # $FreeBSD: src/sys/modules/hifn/Makefile,v 1.2.2.2 2003/06/05 04:13:47 sam Exp $
2
3 .PATH:  ${.CURDIR}/../../dev/hifn
4 KMOD    = hifn
5 SRCS    = hifn7751.c opt_hifn.h
6 SRCS   += device_if.h bus_if.h pci_if.h
7 SRCS   += opt_bdg.h opt_bus.h crypto_if.h
8
9 opt_hifn.h:
10         echo "#define HIFN_DEBUG 1" > opt_hifn.h
11
12 .include <bsd.kmod.mk>