[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / distrib

Annotation of src/distrib/Makefile, Revision 1.37

1.37    ! otto        1: #      $OpenBSD: Makefile,v 1.36 2008/08/22 16:01:00 deraadt Exp $
1.29      deraadt     2:
1.31      deraadt     3: SUBDIR=        special notes
1.1       deraadt     4:
1.8       deraadt     5: .if    make(obj)
1.37    ! otto        6: SUBDIR+=alpha amd64 armish hp300 hppa i386 landisk loongson mac68k macppc \
1.34      miod        7:        mvme68k mvme88k mvmeppc sgi socppc sparc sparc64 vax zaurus
1.29      deraadt     8: .elif exists(${MACHINE})
                      9: SUBDIR+=${MACHINE}
1.11      mickey     10: .endif
1.1       deraadt    11:
                     12: .include <bsd.subdir.mk>