9 lines
158 B
Makefile
9 lines
158 B
Makefile
# $NetBSD: Makefile,v 1.7 1995/04/23 07:50:21 cgd Exp $
|
|
|
|
SUBDIR+= libmalloc
|
|
.if (${MACHINE_ARCH} != "alpha")
|
|
SUBDIR+= libg++
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|