mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
ef0a6e203b
HW donated by: Mike Tancsa <mike@sentex.net> Most of the code obtained from: OpenBSD MFC after: 3 days
9 lines
103 B
Makefile
9 lines
103 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../crypto/via
|
|
|
|
KMOD= padlock
|
|
SRCS= padlock.c
|
|
|
|
.include <bsd.kmod.mk>
|