diff options
Diffstat (limited to 'gnu/lib/Makefile')
-rw-r--r-- | gnu/lib/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile new file mode 100644 index 00000000000..7bed40e0f3a --- /dev/null +++ b/gnu/lib/Makefile @@ -0,0 +1,8 @@ +# $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> |