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

Annotation of src/regress/sys/Makefile, Revision 1.7

1.7     ! veego       1: #      $NetBSD: Makefile,v 1.6 1997/09/30 23:15:45 is Exp $
1.1       brezak      2:
1.6       is          3: SUBDIR= kern
1.3       cgd         4: .if exists(arch/${MACHINE})
1.7     ! veego       5: SUBDIR+= arch/${MACHINE}
1.6       is          6: .endif
                      7: .if exists(arch/${MACHINE_ARCH})
1.7     ! veego       8: SUBDIR+= arch/${MACHINE_ARCH}
1.3       cgd         9: .endif
1.1       brezak     10:
                     11: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>