diff options
Diffstat (limited to 'sysdeps/gnu/Makefile')
-rw-r--r-- | sysdeps/gnu/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sysdeps/gnu/Makefile b/sysdeps/gnu/Makefile index 48932c3c8a..14a190acf6 100644 --- a/sysdeps/gnu/Makefile +++ b/sysdeps/gnu/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. +# Copyright (C) 1996, 97, 98, 99 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -40,3 +40,8 @@ endif ifeq ($(subdir),inet) sysdep_headers += netinet/udp.h netinet/ip_icmp.h endif + + +ifeq ($(subdir),misc) +sysdep_headers += sys/mtio.h +endif |