summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)