openbsd-ports/databases/db/Makefile
espie 994976aa28 insist on java for bulk-builds on i386, and for description.
Avoid re-building the same packages twice on i386...
2006-11-04 12:44:26 +00:00

11 lines
209 B
Makefile

# $OpenBSD: Makefile,v 1.34 2006/11/04 12:44:26 espie Exp $
SUBDIR+= v3
.if ${MACHINE_ARCH} == "i386" || make(describe)
SUBDIR+= v4,java
.else
SUBDIR+= v4
.endif
.include <bsd.port.subdir.mk>