summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-07-04 14:02:11 +0000
committercgd <cgd@NetBSD.org>1993-07-04 14:02:11 +0000
commit528318400aaba47c72ea131ed1dca84db2f2ed63 (patch)
tree33e2e90ace99137cbe11ba83c91bc487e793da42 /Makefile
parentb84e2217a420270f69112bb1aa494ea423cb9272 (diff)
allow toplevel makefile to descend into sys
Diffstat (limited to 'Makefile')
-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