mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
9 lines
95 B
Makefile
9 lines
95 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../crypto/rc4
|
||
|
|
|
||
|
|
KMOD= rc4
|
||
|
|
SRCS= rc4.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|