Makefile revision 319182
1# $FreeBSD: stable/11/sys/modules/ubsec/Makefile 319182 2017-05-30 04:11:12Z ngie $
2
3.PATH:	${SRCTOP}/sys/dev/ubsec
4KMOD	= ubsec
5SRCS	= ubsec.c opt_ubsec.h
6SRCS   += device_if.h bus_if.h pci_if.h
7SRCS   += opt_bus.h cryptodev_if.h
8
9.if !defined(KERNBUILDDIR)
10opt_ubsec.h:
11	echo "#define UBSEC_DEBUG 1" > ${.TARGET}
12.endif
13
14.include <bsd.kmod.mk>
15