diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 23:19:45 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 23:19:45 +0000 |
commit | 80e2ff28971b7c377bf8eaa00fa5f11e2fc905a2 (patch) | |
tree | fbe48bdacbc682bed41bd00392157b57a156d8c3 /Makefile | |
parent | 273e81de7b46dc0144ef6517fbd01d408996712b (diff) |
Formerly Makefile.~28~
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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)) |