summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-01-04 18:47:12 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-01-04 18:47:12 +0000
commite609ac8c5adb6616bf5e2715c892b3f9681608c2 (patch)
treef0bf3e5a4f13fd0669ce120a2f7077b5a64f4cea
parent0c0e27c486458c24f8b34d9b0aa7e5cfc16e5d44 (diff)
Formerly Makefile.~10~
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5573b340..65ef4b62 100644
--- a/Makefile
+++ b/Makefile
@@ -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)