diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 873a8ce544ae..7bed40e0f3aa 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,5 +1,8 @@ -# $Id: Makefile,v 1.6 1993/12/05 14:26:22 cgd Exp $ +# $NetBSD: Makefile,v 1.7 1995/04/23 07:50:21 cgd Exp $ -SUBDIR+= libg++ libmalloc +SUBDIR+= libmalloc +.if (${MACHINE_ARCH} != "alpha") +SUBDIR+= libg++ +.endif .include