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

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

Revision 1.21, Tue Dec 31 16:22:22 2002 UTC (21 years, 5 months ago) by miod
Branch: MAIN
Changes since 1.20: +3 -3 lines

Prepare for the removal of amiga and sun3 platforms from the tree.
There has not been enough activity and interest towards these platform
to keep them lying in the tree.

#	$OpenBSD: Makefile,v 1.21 2002/12/31 16:22:22 miod Exp $

.if	make(obj)
SUBDIR= special alpha crunch hp300 i386 mac68k macppc mvme68k \
	mvme88k mvmeppc sparc sparc64 vax
.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

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

.include <bsd.subdir.mk>