freebsd-dev/sys/modules/rc4/Makefile
Sam Leffler 50b25cd7d2 make rc4 crypto support a module so other modules can depend on it
Submitted by:	imp
Reviewed by:	imp
2003-01-15 19:55:17 +00:00

9 lines
95 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../crypto/rc4
KMOD= rc4
SRCS= rc4.c
.include <bsd.kmod.mk>