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

Annotation of src/distrib/Makefile, Revision 1.7

1.7     ! niklas      1: #      $OpenBSD: Makefile,v 1.6 1997/09/18 17:43:47 deraadt Exp $
1.1       deraadt     2:
1.6       deraadt     3: .if    !make(install)
                      4: SUBDIR= special
                      5: .endif
1.7     ! niklas      6: .if exists(${MACHINE})
        !             7: SUBDIR+= ${MACHINE}
        !             8: .endif
        !             9: SUBDIR+= notes
1.1       deraadt    10:
                     11: .include <bsd.subdir.mk>