mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
9 lines
191 B
Makefile
9 lines
191 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../crypto/via
|
|
|
|
KMOD= padlock
|
|
SRCS= padlock.c padlock_cipher.c padlock_hash.c
|
|
SRCS += device_if.h bus_if.h opt_bus.h cryptodev_if.h
|
|
|
|
.include <bsd.kmod.mk>
|