summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-05 23:19:45 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-05 23:19:45 +0000
commit80e2ff28971b7c377bf8eaa00fa5f11e2fc905a2 (patch)
treefbe48bdacbc682bed41bd00392157b57a156d8c3
parent273e81de7b46dc0144ef6517fbd01d408996712b (diff)
Formerly Makefile.~28~
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ca0395f1..54f95535 100644
--- a/Makefile
+++ b/Makefile
@@ -22,11 +22,12 @@ include Makeconf
lib-subdirs = libioserver libports libpager libfshelp libdiskfs libtrivfs \
libthreads
prog-subdirs = auth boot exec fstests ifsock init.trim mkbootfs \
- proc term tmpfs ufs pflocal sh.trim ps pipes
-other-subdirs = hurd i386 doc init
+ proc term ufs pflocal sh.trim ps pipes dev su symlink
+other-subdirs = hurd i386 doc init tmpfs
subdirs = $(lib-subdirs) $(prog-subdirs) $(other-subdirs)
-DIST_FILES = COPYING Makeconf Makefile Maketools README NEWS missing gcc-specs
+DIST_FILES = COPYING Makeconf Makefile Maketools README NEWS missing \
+ gcc-specs tasks ChangeLog
all: $(addsuffix -all,$(prog-subdirs))
@@ -61,4 +62,4 @@ relink: $(addsuffix -relink,$(prog-subdirs))
install: $(addsuffix -install,$(prog-subdirs))
-TAGS: $(addsuffix -install,$(prog-subdirs) $(lib-subdirs)) \ No newline at end of file
+TAGS: $(addsuffix -TAGS,$(prog-subdirs) $(lib-subdirs))