summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-06-27 06:00:52 +0000
committerpeter <peter@FreeBSD.org>1996-06-27 06:00:52 +0000
commit00e94608b41eeb59a4466aa0a2ae9a418a4968da (patch)
tree09f8cbc70c3146be70c6221bd42f6e7c5c5884b8 /Makefile
parent0a24e0fafd396f63fa8050f6f9cbc2ebcab322d7 (diff)
downloadFreeBSD-src-00e94608b41eeb59a4466aa0a2ae9a418a4968da.zip
FreeBSD-src-00e94608b41eeb59a4466aa0a2ae9a418a4968da.tar.gz
Comment out the:
.if exists(contrib) SUBDIR+= contrib .endif because it now tries to decend into the new contrib dir which doesn't have a Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index c978819..367a09b7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.85 1996/06/24 04:22:10 jkh Exp $
+# $Id: Makefile,v 1.86 1996/06/26 22:47:52 nate Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -30,9 +30,9 @@ SUBDIR+= lib
.if exists(bin)
SUBDIR+= bin
.endif
-.if exists(contrib)
-SUBDIR+= contrib
-.endif
+#.if exists(contrib)
+#SUBDIR+= contrib
+#.endif
.if exists(games)
SUBDIR+= games
.endif
OpenPOWER on IntegriCloud