summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-08-23 21:54:55 +0000
committerRoland McGrath <roland@gnu.org>1995-08-23 21:54:55 +0000
commit1d66a7a925cd7803a110ad98ccb6a7010efd2cf9 (patch)
tree3b9e364de4b299fe974396489f04d279fab812d6 /Makefile
parent8dd7c5b3abea4280e70c938a4d458039f284f231 (diff)
(DIST_FILES): Add hurd.boot.
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))