diff options
author | Roland McGrath <roland@gnu.org> | 2004-08-16 09:21:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-08-16 09:21:34 +0000 |
commit | 191601e3108e2675172d52d71c06c687e87b47cc (patch) | |
tree | 14882d64b977a4efeae9fd0992caa0859ecbc3a2 /Makefile | |
parent | ca5c03379c8a56e0e2eadcaf5f1a2b276503e385 (diff) | |
download | glibc-191601e3108e2675172d52d71c06c687e87b47cc.tar.gz glibc-191601e3108e2675172d52d71c06c687e87b47cc.tar.xz glibc-191601e3108e2675172d52d71c06c687e87b47cc.zip |
2004-08-16 Roland McGrath <roland@frob.com>
* Makefile: New file.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000..463f278b2c --- /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 |