From 191601e3108e2675172d52d71c06c687e87b47cc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 16 Aug 2004 09:21:34 +0000 Subject: [PATCH] 2004-08-16 Roland McGrath * Makefile: New file. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..463f278 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +# This boilerplate is necessary just because any add-on directory +# gets added as a normal subdirectory for the glibc build process. + +subdir = ports + +include ../Rules -- 2.7.4