summaryrefslogtreecommitdiff
path: root/sys/modules/cast128/Makefile
blob: cd5a53e6a5bb1db8dd8fc21e1a0122109f25b6d7 (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.1 2014/01/01 15:18:57 pgoyette Exp $

.include "../Makefile.inc"

.PATH:	${S}/crypto/cast128

KMOD=	cast128
SRCS=	cast128.c

.include <bsd.kmodule.mk>