=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/distrib/Makefile,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/distrib/Makefile 2006/11/10 01:39:00 1.28 --- src/distrib/Makefile 2006/11/10 19:37:51 1.29 *************** *** 1,18 **** ! # $OpenBSD: Makefile,v 1.28 2006/11/10 01:39:00 deraadt Exp $ .if make(obj) ! SUBDIR= special alpha crunch hp300 hppa i386 mac68k macppc mvme68k \ ! mvme88k mvmeppc sparc sparc64 vax amd64 cats sgi zaurus landisk ! .elif !make(install) ! SUBDIR= special .endif .if make(clean) || make(cleandir) SUBDIR+=crunch .endif ! .if exists(${MACHINE}) ! SUBDIR+= ${MACHINE} ! .endif ! SUBDIR+= notes #all: crunch-tools _SUBDIRUSE --- 1,20 ---- ! # $OpenBSD: Makefile,v 1.29 2006/11/10 19:37:51 deraadt Exp $ + SUBDIR= special + .if make(obj) ! SUBDIR+=crunch ! SUBDIR+=alpha amd64 cats hp300 hppa i386 landisk mac68k macppc mvme68k \ ! mvme88k mvmeppc sgi sparc sparc64 vax zaurus ! .elif exists(${MACHINE}) ! SUBDIR+=${MACHINE} .endif + .if make(clean) || make(cleandir) SUBDIR+=crunch .endif ! ! SUBDIR+=notes #all: crunch-tools _SUBDIRUSE