diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-08 16:54:10 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-08 16:54:10 +0000 |
commit | 57d5af771af52ef8d74d966e28954c70082f23c0 (patch) | |
tree | a120e52fb853d91f7fa906d1fd67be91f176b21e | |
parent | e6fd7acf45b92f3e99c3f4e826d116643f5c3fbb (diff) |
Formerly Makefile.~36~
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -23,13 +23,13 @@ include Makeconf lib-subdirs = libioserver libports libpager libfshelp libdiskfs libtrivfs \ libthreads prog-subdirs = auth boot exec fstests init.trim mkbootfs \ - proc term ufs pflocal pipes dev.trim utils trans -other-subdirs = hurd doc init tmpfs dev ext2fs libnetserv + proc term ufs pflocal pipes dev.trim utils trans fsck +other-subdirs = hurd doc init tmpfs dev ext2fs subdirs = $(lib-subdirs) $(prog-subdirs) $(other-subdirs) -subdirs-nodist = ext2fs +subdirs-nodist = ext2fs libnetserv DIST_FILES = COPYING Makeconf Maketools README NEWS missing \ - gcc-specs tasks + gcc-specs tasks INSTALL all: $(addsuffix -all,$(prog-subdirs)) |