summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/hurd/Makefile b/hurd/Makefile
index 5d2e2a42..7f509859 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -16,10 +16,12 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
dir := hurd
-include ../Makeconf
-DIST_FILES = ChangeLog Makefile *.defs subsystems $(HDRS)
+makemode := misc
+
+DIST_FILES = *.defs subsystems
+LCLHDRS = hurd_types.h ioctl_types.h paths.h shared.h version.h
-HDRS = hurd_types.h ioctl_types.h paths.h shared.h version.h
+include ../Makeconf
# XXX This should be done by the individual libraries' install targets XXX
REMHDRS = ../libioserver/ioserver.h \