summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5a8f5d25..bef98ec6 100644
--- a/Makefile
+++ b/Makefile
@@ -23,13 +23,13 @@ include Makeconf
lib-subdirs = libioserver libports libpager libfshelp libdiskfs libtrivfs \
libthreads
prog-subdirs = auth boot exec fstests init.trim mkbootfs \
- proc term ufs pflocal pipes dev.trim utils trans
-other-subdirs = hurd doc init tmpfs dev ext2fs libnetserv
+ proc term ufs pflocal pipes dev.trim utils trans fsck
+other-subdirs = hurd doc init tmpfs dev ext2fs
subdirs = $(lib-subdirs) $(prog-subdirs) $(other-subdirs)
-subdirs-nodist = ext2fs
+subdirs-nodist = ext2fs libnetserv
DIST_FILES = COPYING Makeconf Maketools README NEWS missing \
- gcc-specs tasks
+ gcc-specs tasks INSTALL
all: $(addsuffix -all,$(prog-subdirs))