xref: /netbsd-src/usr.bin/moduli/Makefile (revision fdd524d4ccd2bb0c6f67401e938dabf773eb0372)
1# $NetBSD: Makefile,v 1.2 2006/06/25 03:02:19 mrg Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKCRYPTO} != "no"
6SUBDIR=	qsieve qsafe
7.endif
8
9.include <bsd.subdir.mk>
10