1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00

sucks to be missing an arch

This commit is contained in:
deraadt 2006-11-11 21:09:22 +00:00
parent 74cf00969c
commit f79a35d733

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.29 2006/11/10 19:37:51 deraadt Exp $
# $OpenBSD: Makefile,v 1.30 2006/11/11 21:09:22 deraadt Exp $
SUBDIR= special
.if make(obj)
SUBDIR+=crunch
SUBDIR+=alpha amd64 cats hp300 hppa i386 landisk mac68k macppc mvme68k \
mvme88k mvmeppc sgi sparc sparc64 vax zaurus
SUBDIR+=alpha amd64 armish cats hp300 hppa i386 landisk mac68k macppc \
mvme68k mvme88k mvmeppc sgi sparc sparc64 vax zaurus
.elif exists(${MACHINE})
SUBDIR+=${MACHINE}
.endif