Home | History | Annotate | Line # | Download | only in compat_crypto_50
Makefile revision 1.2.4.2
      1  1.2.4.2  christos #	$NetBSD: Makefile,v 1.2.4.2 2019/06/10 22:09:15 christos Exp $
      2  1.2.4.2  christos 
      3  1.2.4.2  christos .include "../Makefile.inc"
      4  1.2.4.2  christos 
      5  1.2.4.2  christos CPPFLAGS+=	-DCOMPAT_50
      6  1.2.4.2  christos 
      7  1.2.4.2  christos .PATH:	${S}/opencrypto
      8  1.2.4.2  christos 
      9  1.2.4.2  christos KMOD=	compat_crypto_50
     10  1.2.4.2  christos SRCS=	ocryptodev.c
     11  1.2.4.2  christos 
     12  1.2.4.2  christos .include <bsd.kmodule.mk>
     13