xref: /minix/crypto/external/Makefile (revision ebfedea0)
1#	$NetBSD: Makefile,v 1.3 2013/02/12 20:55:37 christos Exp $
2
3.include <bsd.own.mk>
4
5.if (${MKCRYPTO} != "no")
6#MINIX: Not yet imported: cpl
7SUBDIR+= bsd
8.endif
9
10.include <bsd.subdir.mk>
11