xref: /dflybsd-src/sys/dev/crypto/ubsec/Makefile (revision ac8179b5580d00adf66100804e87bec8dc92dea7)
1984263bcSMatthew Dillon# $FreeBSD: src/sys/modules/ubsec/Makefile,v 1.2.2.2 2003/06/05 04:13:48 sam Exp $
2984263bcSMatthew Dillon
3984263bcSMatthew DillonKMOD	= ubsec
4984263bcSMatthew DillonSRCS	= ubsec.c opt_ubsec.h
5984263bcSMatthew DillonSRCS   += device_if.h bus_if.h pci_if.h
614aee18dSSascha WildnerSRCS   += cryptodev_if.h
7984263bcSMatthew Dillon
8*ac8179b5SSascha Wildner.if !defined(KERNBUILDDIR)
9984263bcSMatthew Dillonopt_ubsec.h:
103524f442SSascha Wildner	echo "#define UBSEC_DEBUG 1" > ${.TARGET}
111b29ad66SSimon Schubert.endif
12984263bcSMatthew Dillon
13984263bcSMatthew Dillon.include <bsd.kmod.mk>
14