]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/rc4/Makefile
Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1.
[FreeBSD/FreeBSD.git] / sys / modules / rc4 / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/crypto/rc4
4
5 KMOD=   rc4
6 SRCS=   rc4.c
7
8 .include <bsd.kmod.mk>