malloc() flags cleanup and fixes. Get rid of M_NOWAIT in places where the
[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.2 2003/06/17 04:28:44 dillon 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_bdg.h opt_bus.h crypto_if.h
9
10 opt_hifn.h:
11         echo "#define HIFN_DEBUG 1" > opt_hifn.h
12
13 .include <bsd.kmod.mk>