12 lines
164 B
Makefile
12 lines
164 B
Makefile
# $NetBSD: Makefile,v 1.19 2010/08/01 16:44:31 jmmv Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKCXX} != "no"
|
|
SUBDIR+= c++
|
|
.endif
|
|
|
|
SUBDIR+= rtld
|
|
|
|
.include <bsd.subdir.mk>
|