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

Annotation of src/Makefile, Revision 1.14

1.14    ! cgd         1: #      $Id: Makefile,v 1.13 1993/07/07 12:55:48 brezak Exp $
1.4       cgd         2:
                      3: # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW
1.2       cgd         4:
1.14    ! cgd         5: SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games
1.8       cgd         6: SUBDIR+= gnu
1.12      cgd         7:
                      8: SUBDIR+= sys
1.9       cgd         9:
1.13      brezak     10: .if exists(regress)
1.9       cgd        11: .ifmake !(install)
                     12: SUBDIR+= regress
                     13: .endif
                     14:
1.10      cgd        15: regression-tests:
                     16:        @echo Running regression tests...
                     17:        @( cd regress; make regress )
1.13      brezak     18: .endif
1.1       cgd        19:
                     20: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>