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

Annotation of src/distrib/Makefile, Revision 1.40

1.40    ! matthew     1: #      $OpenBSD: Makefile,v 1.39 2011/07/07 19:16:43 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.40    ! matthew     6: SUBDIR+=alpha amd64 armish beagle hp300 hppa i386 landisk loongson macppc \
1.39      deraadt     7:        mvme68k mvme88k 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>