mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 14:46:56 -04:00
10 lines
161 B
Makefile
10 lines
161 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/02/12 20:55:37 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if (${MKCRYPTO} != "no")
|
|
SUBDIR+= bsd cpl
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|