diff options
Diffstat (limited to 'REORG.TODO/sysdeps/mach/hurd/i386/Makefile')
-rw-r--r-- | REORG.TODO/sysdeps/mach/hurd/i386/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/mach/hurd/i386/Makefile b/REORG.TODO/sysdeps/mach/hurd/i386/Makefile new file mode 100644 index 0000000000..5f988097c2 --- /dev/null +++ b/REORG.TODO/sysdeps/mach/hurd/i386/Makefile @@ -0,0 +1,8 @@ +ifeq ($(subdir),misc) +sysdep_routines += ioperm +sysdep_headers += sys/io.h +endif + +ifeq ($(subdir),debug) +gen-as-const-headers += signal-defines.sym +endif |