1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00
openbsd-src/distrib/Makefile
2001-06-26 22:08:23 +00:00

24 lines
508 B
Makefile

# $OpenBSD: Makefile,v 1.17 2001/06/26 22:08:23 miod Exp $
.if make(obj)
SUBDIR= special alpha amiga crunch hp300 i386 mac68k mvme68k mvme88k\
powerpc sparc sun3 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>