mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 16:42:56 -08:00
13 lines
311 B
Makefile
13 lines
311 B
Makefile
# $OpenBSD: Makefile,v 1.37 2010/02/03 21:47:09 otto Exp $
|
|
|
|
SUBDIR= special notes
|
|
|
|
.if make(obj)
|
|
SUBDIR+=alpha amd64 armish hp300 hppa i386 landisk loongson mac68k macppc \
|
|
mvme68k mvme88k mvmeppc sgi socppc sparc sparc64 vax zaurus
|
|
.elif exists(${MACHINE})
|
|
SUBDIR+=${MACHINE}
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|