mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
HW donated by: Mike Tancsa <mike@sentex.net> Most of the code obtained from: OpenBSD MFC after: 3 days
8 lines
103 B
Makefile
8 lines
103 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../crypto/via
|
|
|
|
KMOD= padlock
|
|
SRCS= padlock.c
|
|
|
|
.include <bsd.kmod.mk>
|