mirror of
https://github.com/opnsense/src.git
synced 2026-05-15 18:49:57 -04:00
10 lines
110 B
Makefile
10 lines
110 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/crypto/rc4
|
|
|
|
KMOD= rc4
|
|
SRCS= rc4.c
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|