mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 20:13:02 -04:00
9 lines
103 B
Makefile
9 lines
103 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../crypto/via
|
||
|
|
|
||
|
|
KMOD= padlock
|
||
|
|
SRCS= padlock.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|