diff --git a/Makefile b/Makefile index c978819df4ef..367a09b775e8 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