Home | History | Annotate | Line # | Download | only in stand
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 1995/09/16 23:20:22 pk Exp $
      2 
      3 SUBDIR= boot bootxx installboot
      4 
      5 .BEGIN:
      6 	@([ -h machine ] || ln -s ${S}/arch/${MACHINE}/include machine)
      7 
      8 ### find out what to use for libkern and libsa
      9 .include "Makefile.inc"
     10 .include "$S/lib/libsa/Makefile.inc"
     11 .include "$S/lib/libkern/Makefile.inc"
     12 
     13 all: ${SALIB} ${KERNLIB} _SUBDIRUSE
     14 
     15 libdep:
     16 	@echo  ${SALIB} ${KERNLIB}
     17 
     18 clean:: _SUBDIRUSE
     19 
     20 cleandir: _SUBDIRUSE
     21 	rm -rf lib machine
     22 
     23 .include <bsd.subdir.mk>
     24