Merge commit 'crater/master'
[dragonfly.git] / sys / dev / crypto / ubsec / Makefile
blob92cd98744ed53ba97a4b25138aa723c5aa7d70dc
1 # $FreeBSD: src/sys/modules/ubsec/Makefile,v 1.2.2.2 2003/06/05 04:13:48 sam Exp $
2 # $DragonFly: src/sys/dev/crypto/ubsec/Makefile,v 1.4 2006/06/25 11:02:38 corecode Exp $
4 .PATH: ${.CURDIR}/../../dev/ubsec
5 KMOD = ubsec
6 SRCS = ubsec.c opt_ubsec.h
7 SRCS += device_if.h bus_if.h pci_if.h
8 SRCS += opt_bus.h crypto_if.h
10 .if !defined(BUILDING_WITH_KERNEL)
11 opt_ubsec.h:
12 echo "#define UBSEC_DEBUG 1" > opt_ubsec.h
13 .endif
15 .include <bsd.kmod.mk>