]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/ubsec/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / ubsec / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../dev/ubsec
4 KMOD    = ubsec
5 SRCS    = ubsec.c opt_ubsec.h
6 SRCS   += device_if.h bus_if.h pci_if.h
7 SRCS   += opt_bus.h cryptodev_if.h
8
9 .if !defined(KERNBUILDDIR)
10 opt_ubsec.h:
11         echo "#define UBSEC_DEBUG 1" > ${.TARGET}
12 .endif
13
14 .include <bsd.kmod.mk>