diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-10-05 11:06:56 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-10-05 11:06:56 +0000 |
commit | 0c16c17f539ccbc91d4dd1ea5168e7beb390fa5d (patch) | |
tree | edef4087d4c0e90fee1f14bb1014c9348cd2af13 /target/Makefile.in | |
parent | fdcde6faedc015ffd8568de023eb3b5cfd00f901 (diff) |
- start to think about GNU/hurd support.
Not yet functional. Help welcome
Diffstat (limited to 'target/Makefile.in')
-rw-r--r-- | target/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Makefile.in b/target/Makefile.in index 410ae7bd2..bb7d596cc 100644 --- a/target/Makefile.in +++ b/target/Makefile.in @@ -24,4 +24,4 @@ include target/*/*.mk #else include target/linux/Makefile.in #endif - +include target/hurd/Makefile.in |