1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

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.
This commit is contained in:
Peter Wemm 1996-06-27 06:00:52 +00:00
parent 4c2e2040b6
commit c12745e172
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16796

View File

@ -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: # Make command line options:
# -DCLOBBER will remove /usr/include # -DCLOBBER will remove /usr/include
@ -30,9 +30,9 @@ SUBDIR+= lib
.if exists(bin) .if exists(bin)
SUBDIR+= bin SUBDIR+= bin
.endif .endif
.if exists(contrib) #.if exists(contrib)
SUBDIR+= contrib #SUBDIR+= contrib
.endif #.endif
.if exists(games) .if exists(games)
SUBDIR+= games SUBDIR+= games
.endif .endif