NetBSD/usr.bin/moduli/Makefile

10 lines
158 B
Makefile
Raw Normal View History

2006-06-25 07:02:19 +04:00
# $NetBSD: Makefile,v 1.2 2006/06/25 03:02:19 mrg Exp $
2006-01-24 21:59:23 +03:00
2006-06-25 07:02:19 +04:00
.include <bsd.own.mk>
.if ${MKCRYPTO} != "no"
2006-01-24 21:59:23 +03:00
SUBDIR= qsieve qsafe
2006-06-25 07:02:19 +04:00
.endif
2006-01-24 21:59:23 +03:00
.include <bsd.subdir.mk>