summaryrefslogtreecommitdiff
path: root/sys/modules/crypto/Makefile
blob: dce3f2473d5704f632a82593495356fcc1be8f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.6 2019/02/17 04:05:46 rin Exp $

.include "../Makefile.inc"

CPPFLAGS+=	-DCOMPAT_50

.PATH:	${S}/opencrypto

KMOD=	crypto
IOCONF=	crypto.ioconf
SRCS=	cryptodev.c

WARNS=	3

.include <bsd.kmodule.mk>