12 lines
179 B
Makefile
12 lines
179 B
Makefile
# $NetBSD: Makefile,v 1.17 2009/12/14 12:43:48 uebayasi Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKCXX} != "no"
|
|
SUBDIR+= c++
|
|
.endif
|
|
|
|
SUBDIR+= rtld sort xlint
|
|
|
|
.include <bsd.subdir.mk>
|