diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 17:59:14 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 17:59:14 +0000 |
commit | 8d6380e0f47b0b0dc3ef4328ea891801ee2443ae (patch) | |
tree | fe5226aab85fbd9a56eb4ff27f7934b4b5195a28 | |
parent | 5c9c8f647f188dd7d99cfa17a9185f4a076226c5 (diff) |
(prog-subdirs): init.trim -> init.
(other-subdirs): Delete init; add config.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,11 +27,11 @@ include $(srcdir)/Makeconf lib-subdirs = libshouldbeinlibc libihash libiohelp libports libpager \ libfshelp libdiskfs libtrivfs libthreads libps \ libnetfs libpipe libstore libmom -prog-subdirs = auth boot exec fstests init.trim \ +prog-subdirs = auth boot exec fstests init \ proc term ufs utils sutils trans ufs-fsck \ devio ufs-utils ext2fs benchmarks pflocal defpager \ login nfs pfinet -other-subdirs = hurd doc init +other-subdirs = hurd doc config subdirs = $(lib-subdirs) $(prog-subdirs) $(other-subdirs) subdirs-nodist = working-prog-subdirs := $(filter-out \ |