10 lines
153 B
Makefile
10 lines
153 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/12/14 06:02:21 skrll Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKCXX} != "no"
|
|
SUBDIR+= testlib
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|