1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00
openbsd-src/distrib/Makefile
2008-08-22 15:52:33 +00:00

23 lines
510 B
Makefile

# $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>