summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-04-11 14:51:20 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-04-11 14:51:20 +0000
commit96850c41d619e831b9be007b1db9d0eabeaa1329 (patch)
tree97ce66f077aa90686431a02d779b9de7e2b7c0be
parent1c28fa38d03eef0258de06853a3f8de80cbd766a (diff)
(prog-subdirs): Added devio and newfs.
(other-subdirs): Added ext2fs and lib. (lib-subdirs): Added libps.
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b4be1d12..1eea33ff 100644
--- a/Makefile
+++ b/Makefile
@@ -21,10 +21,11 @@ makemode := misc
include Makeconf
lib-subdirs = libioserver libports libpager libfshelp libdiskfs libtrivfs \
- libthreads
+ libthreads libps
prog-subdirs = auth boot exec fstests init.trim mkbootfs \
- proc term ufs pflocal pipes dev.trim utils trans fsck bsdfsck
-other-subdirs = hurd doc init tmpfs dev
+ proc term ufs pflocal pipes dev.trim utils trans fsck bsdfsck \
+ devio newfs
+other-subdirs = hurd doc init tmpfs dev ext2fs lib
subdirs = $(lib-subdirs) $(prog-subdirs) $(other-subdirs)
subdirs-nodist = libnetserv
working-prog-subdirs := $(filter-out \