]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/aesni/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>