=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/distrib/Makefile,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/distrib/Makefile 2001/06/26 22:08:23 1.17 --- src/distrib/Makefile 2001/06/26 22:26:15 1.18 *************** *** 1,8 **** ! # $OpenBSD: Makefile,v 1.17 2001/06/26 22:08:23 miod Exp $ .if make(obj) SUBDIR= special alpha amiga crunch hp300 i386 mac68k mvme68k mvme88k\ ! powerpc sparc sun3 vax .elif !make(install) SUBDIR= special .endif --- 1,8 ---- ! # $OpenBSD: Makefile,v 1.18 2001/06/26 22:26:15 smurph Exp $ .if make(obj) SUBDIR= special alpha amiga crunch hp300 i386 mac68k mvme68k mvme88k\ ! mvmeppc powerpc sparc sun3 vax .elif !make(install) SUBDIR= special .endif *************** *** 14,20 **** .endif SUBDIR+= notes ! all: crunch-tools _SUBDIRUSE crunch-tools: (cd $(.CURDIR)/crunch; $(MAKE) obj; \ --- 14,20 ---- .endif SUBDIR+= notes ! #all: crunch-tools _SUBDIRUSE crunch-tools: (cd $(.CURDIR)/crunch; $(MAKE) obj; \