# $OpenBSD: Makefile,v 1.11 2000/02/23 05:53:19 mickey Exp $ .if make(obj) SUBDIR= special alpha amiga arc crunch hp300 i386 mac68k mvme68k mvme88k\ pmax powerpc sparc .elif !make(install) SUBDIR= special .endif .if make(clean) || make(cleandir) SUBDIR+=utils .endif .if exists(${MACHINE}) SUBDIR+= ${MACHINE} .endif SUBDIR+= notes all: crunch-tools _SUBDIRUSE crunch-tools: (cd $(.CURDIR)/crunch; $(MAKE) obj; \ $(MAKE) depend && ${MAKE} && ${SUDO} ${MAKE} DESTDIR= install) .include