Home | History | Annotate | Line # | Download | only in stand
Makefile revision 1.8
      1 #	$NetBSD: Makefile,v 1.8 1995/09/30 21:43:35 pk Exp $
      2 
      3 SUBDIR= boot bootxx installboot
      4 
      5 ### find out what to use for libkern and libsa
      6 SAREL=
      7 KERNREL=
      8 .include "Makefile.inc"
      9 .include "$S/lib/libsa/Makefile.inc"
     10 .include "$S/lib/libkern/Makefile.inc"
     11 
     12 all: ${SALIB} ${KERNLIB} _SUBDIRUSE
     13 
     14 libdep:
     15 	@echo  ${.OBJDIR}/${SALIB} ${.OBJDIR}/${KERNLIB}
     16 
     17 clean:: _SUBDIRUSE
     18 
     19 cleandir: _SUBDIRUSE
     20 
     21 .include <bsd.subdir.mk>
     22