summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-09-08 16:54:10 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-09-08 16:54:10 +0000
commit57d5af771af52ef8d74d966e28954c70082f23c0 (patch)
treea120e52fb853d91f7fa906d1fd67be91f176b21e /Makefile
parente6fd7acf45b92f3e99c3f4e826d116643f5c3fbb (diff)
Formerly Makefile.~36~
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))