Home | History | Annotate | Line # | Download | only in bootblock
Makefile revision 1.1
      1  1.1  is #	$NetBSD: Makefile,v 1.1 1997/05/19 21:19:19 is Exp $
      2  1.1  is 
      3  1.1  is # Don't install these, but make them first:
      4  1.1  is .ifnmake install
      5  1.1  is SUBDIR=txlt aout2bb
      6  1.1  is .endif
      7  1.1  is 
      8  1.1  is # but these:
      9  1.1  is SUBDIR+=boot installboot
     10  1.1  is 
     11  1.1  is 
     12  1.1  is .include <bsd.subdir.mk>
     13