diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-22 19:21:00 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-22 19:21:00 +0000 |
commit | 9d9852a73017c17a76e350032a99656f47f0b5e5 (patch) | |
tree | 54d33ee0461c391533d12d8337b51e10a8d9c937 | |
parent | 2edf365c37d774534be239e34e9164bfc6880a42 (diff) |
Formerly Makefile.~33~
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,6 +16,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. dir := . +makemode := misc include Makeconf @@ -23,7 +24,7 @@ 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 i386 doc init tmpfs dev ext2fs +other-subdirs = hurd doc init tmpfs dev ext2fs subdirs = $(lib-subdirs) $(prog-subdirs) $(other-subdirs) subdirs-nodist = ext2fs |