[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / distrib

File: [local] / src / distrib / Makefile (download)

Revision 1.35, Fri Aug 22 15:52:33 2008 UTC (15 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.34: +1 -2 lines

No need to enter crunch

#	$OpenBSD: Makefile,v 1.35 2008/08/22 15:52:33 deraadt Exp $

SUBDIR=	special notes

.if	make(obj)
SUBDIR+=alpha amd64 armish hp300 hppa i386 landisk mac68k macppc \
	mvme68k mvme88k mvmeppc sgi socppc sparc sparc64 vax zaurus
.elif exists(${MACHINE})
SUBDIR+=${MACHINE}
.endif

.if	make(clean) || make(cleandir)
SUBDIR+=crunch
.endif

#all: crunch-tools _SUBDIRUSE

crunch-tools:
	cd $(.CURDIR)/crunch; $(MAKE) obj; \
	 $(MAKE) depend && ${MAKE} && ${SUDO} ${MAKE} DESTDIR= install

.include <bsd.subdir.mk>