summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36f710a4..551a7209 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,8 @@ working-prog-subdirs := $(filter-out \
$(patsubst %/,%,\
$(dir $(wildcard $(prog-subdirs:=/BROKEN)))),\
$(prog-subdirs))
-DIST_FILES = COPYING Makeconf Maketools README NEWS tasks INSTALL README-binary
+DIST_FILES = COPYING Makeconf Maketools README NEWS tasks INSTALL \
+ README-binary hurd.boot
all: $(addsuffix -all,$(lib-subdirs) $(working-prog-subdirs))