[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib

Annotation of src/distrib/Makefile, Revision 1.3

1.3     ! hubertf     1: #      $NetBSD: Makefile,v 1.2 1999/04/25 12:05:36 veego Exp $
1.1       ross        2:
1.2       veego       3: SUBDIR=        notes utils
1.1       ross        4:
                      5: .if exists(${MACHINE}/miniroot)
                      6: SUBDIR+= miniroot
                      7: .endif
                      8:
                      9: .if exists(${MACHINE}/Makefile)
                     10: SUBDIR+= ${MACHINE}
                     11: .endif
1.3     ! hubertf    12:
1.1       ross       13:
                     14: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>