WIP crypto/opencrypto update
[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 # $DragonFly: src/sys/dev/crypto/hifn/Makefile,v 1.4 2006/06/25 11:02:38 corecode Exp $
3
4 .PATH:  ${.CURDIR}/../../dev/hifn
5 KMOD    = hifn
6 SRCS    = hifn7751.c opt_hifn.h
7 SRCS   += device_if.h bus_if.h pci_if.h
8 SRCS   += opt_bus.h cryptodev_if.h
9
10 .if !defined(BUILDING_WITH_KERNEL)
11 opt_hifn.h:
12         echo "#define HIFN_DEBUG 1" > opt_hifn.h
13 .endif
14
15 .include <bsd.kmod.mk>