]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/modules/aesni/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sys / modules / aesni / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../crypto/aesni
4
5 KMOD=   aesni
6 SRCS=   aesni.c aesni_wrap.c
7 SRCS+=  aesencdec_$(MACHINE_CPUARCH).S aeskeys_$(MACHINE_CPUARCH).S
8 SRCS+=  device_if.h bus_if.h opt_bus.h cryptodev_if.h
9
10 .include <bsd.kmod.mk>