summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-03-05 22:59:25 +0000
committerMiles Bader <miles@gnu.org>1996-03-05 22:59:25 +0000
commit98ca044ed2742b79d77b4cb5cd22824d9189b360 (patch)
tree2b5ef81a74e488fb28d9920b5559f4fbb1b8d321
parent8bc4e3de76f6461e62df97c40d789ecb76219e90 (diff)
(prog-subdirs): Change `newfs' to `ufs-utils'.
-rw-r--r--Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 95770baf..98a1cd23 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1993, 1994, 1995 Free Software Foundation
+# Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -20,13 +20,14 @@ makemode := misc
include Makeconf
-lib-subdirs = libioserver libports libpager libfshelp libdiskfs libtrivfs \
- libthreads libps libdirmgt libnetfs libihash libpipe
+lib-subdirs = libshouldbeinlibc libihash libioserver libports libpager \
+ libfshelp libdiskfs libtrivfs libthreads libps \
+ libnetfs libpipe libstore
prog-subdirs = auth boot exec fstests init.trim \
- proc term ufs utils trans fsck bsdfsck \
- devio newfs ext2fs benchmarks pflocal tmpfs defpager \
+ proc term ufs utils trans fsck \
+ devio ufs-utils ext2fs benchmarks pflocal defpager \
login nfs pfinet
-other-subdirs = hurd doc init tmpfs dev
+other-subdirs = hurd doc init
subdirs = $(lib-subdirs) $(prog-subdirs) $(other-subdirs)
subdirs-nodist =
working-prog-subdirs := $(filter-out \