Home | History | Annotate | Line # | Download | only in sys
Makefile revision 1.3
      1 #	$Id: Makefile,v 1.3 1994/02/09 07:51:44 cgd Exp $
      2 
      3 SUBDIR+= kern
      4 .if exists(arch/${MACHINE})
      5 SUBDIR+= arch/${MACHINE}
      6 .endif
      7 
      8 regress: _SUBDIRUSE
      9 
     10 install:
     11 
     12 .include <bsd.subdir.mk>
     13