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

Annotation of src/sys/Makefile, Revision 1.6

1.6     ! espie       1: #      $OpenBSD: Makefile,v 1.5 2000/02/12 15:31:08 espie Exp $
1.1       deraadt     2: #      $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $
                      3:
1.3       deraadt     4: .if make(obj)
1.6     ! espie       5: SUBDIR=  arch/alpha arch/amiga arch/arc arch/hp300 arch/i386 \
1.3       deraadt     6:        arch/m68k arch/mac68k arch/mvme68k arch/pmax arch/powerpc \
1.4       mickey      7:        arch/sparc arch/wgrisc arch/vax
1.3       deraadt     8: .else
1.1       deraadt     9: SUBDIR+= arch/${MACHINE}
1.5       espie      10:
                     11: # For manpages
                     12: .if ${MACHINE} != "amiga"
                     13: SUBDIR+= arch/amiga
1.6     ! espie      14: .endif
        !            15:
1.3       deraadt    16: .endif
1.1       deraadt    17:
                     18: .include <bsd.subdir.mk>