Home | History | Annotate | Line # | Download | only in stand
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 1996/09/30 16:34:59 ws Exp $
      2 
      3 SUBDIR=	boot
      4 
      5 SAREL=
      6 KERNREL=
      7 
      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 $(SALIB) $(KERNLIB)
     16 
     17 ${PROG}:	
     18 
     19 clean::	_SUBDIRUSE
     20 
     21 cleandir:	_SUBDIRUSE
     22 
     23 depend::	_SUBDIRUSE
     24 
     25 .include <bsd.obj.mk>
     26 .include <bsd.subdir.mk>
     27