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

Annotation of src/distrib/Makefile, Revision 1.8

1.8     ! deraadt     1: #      $OpenBSD: Makefile,v 1.7 1997/09/21 09:29:24 niklas Exp $
1.1       deraadt     2:
1.8     ! deraadt     3: .if    make(obj)
        !             4: SUBDIR= special alpha amiga arc crunch hp300 i386 mac68k mvme68k \
        !             5:        pmax powerpc sparc
        !             6: .elif  !make(install)
1.6       deraadt     7: SUBDIR= special
                      8: .endif
1.7       niklas      9: .if exists(${MACHINE})
                     10: SUBDIR+= ${MACHINE}
                     11: .endif
                     12: SUBDIR+= notes
1.1       deraadt    13:
                     14: .include <bsd.subdir.mk>