mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 16:46:33 -04:00
10 lines
158 B
Makefile
10 lines
158 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/06/25 03:02:19 mrg Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKCRYPTO} != "no"
|
|
SUBDIR= qsieve qsafe
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|