2002-10-04 16:35:33 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2017-03-04 05:10:17 -05:00
|
|
|
.PATH: ${SRCTOP}/sys/dev/ubsec
|
2002-10-04 16:35:33 -04:00
|
|
|
KMOD = ubsec
|
2003-03-11 18:20:43 -05:00
|
|
|
SRCS = ubsec.c opt_ubsec.h
|
2002-10-04 16:35:33 -04:00
|
|
|
SRCS += device_if.h bus_if.h pci_if.h
|
2007-03-20 23:42:51 -04:00
|
|
|
SRCS += opt_bus.h cryptodev_if.h
|
2002-10-04 16:35:33 -04:00
|
|
|
|
2005-10-14 19:30:17 -04:00
|
|
|
.if !defined(KERNBUILDDIR)
|
2003-03-11 18:20:43 -05:00
|
|
|
opt_ubsec.h:
|
2008-09-01 19:59:00 -04:00
|
|
|
echo "#define UBSEC_DEBUG 1" > ${.TARGET}
|
2005-10-14 19:30:17 -04:00
|
|
|
.endif
|
2003-03-11 18:20:43 -05:00
|
|
|
|
2002-10-04 16:35:33 -04:00
|
|
|
.include <bsd.kmod.mk>
|