mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
9 lines
98 B
Makefile
9 lines
98 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/crypto/rc4
|
|
|
|
KMOD= rc4
|
|
SRCS= rc4.c
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|