summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 529b0f148cb..e61dc44c34a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,12 @@
-# $Id: Makefile,v 1.11 1993/05/22 07:15:52 cgd Exp $
+# $Id: Makefile,v 1.12 1993/07/04 14:02:11 cgd Exp $
# NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW
SUBDIR+= bin include lib libexec sbin usr.bin usr.sbin share games
SUBDIR+= gnu
+SUBDIR+= sys
+
.ifmake !(install)
SUBDIR+= regress
.endif