diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-04 18:47:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-04 18:47:12 +0000 |
commit | e609ac8c5adb6616bf5e2715c892b3f9681608c2 (patch) | |
tree | f0bf3e5a4f13fd0669ce120a2f7077b5a64f4cea | |
parent | 0c0e27c486458c24f8b34d9b0aa7e5cfc16e5d44 (diff) |
Formerly Makefile.~10~
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ # -# Copyright (C) 1993 Free Software Foundation +# Copyright (C) 1993, 1994 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -20,7 +20,8 @@ dir := . include Makeconf LIB_SUBDIRS = libioserver libports -PROG_SUBDIRS = auth boot exec fstests hello ifsock init mkbootfs proc term ufs +PROG_SUBDIRS = auth boot exec fstests hello ifsock init mkbootfs proc term \ + ufs init.trim OTHER_SUBDIRS = hurd i386 SUBDIRS = $(LIB_SUBDIRS) $(PROG_SUBDIRS) $(OTHER_SUBDIRS) |