11 lines
187 B
Makefile
11 lines
187 B
Makefile
|
# $NetBSD: Makefile,v 1.3 2013/02/12 20:55:37 christos Exp $
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if (${MKCRYPTO} != "no")
|
||
|
#MINIX: Not yet imported: cpl
|
||
|
SUBDIR+= bsd
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.subdir.mk>
|