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

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

Revision 1.10, Tue Feb 15 15:09:59 2000 UTC (24 years, 3 months ago) by art
Branch: MAIN
Changes since 1.9: +7 -1 lines

Build crunch tools before release.
From: TDeval@PrimeOBJ.COM  (user/1100)

#	$OpenBSD: Makefile,v 1.10 2000/02/15 15:09:59 art 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 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 <bsd.subdir.mk>