Home | History | Annotate | Line # | Download | only in stand
Makefile revision 1.12
      1 #	$NetBSD: Makefile,v 1.12 1996/10/18 06:08:53 thorpej 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} ${KERNLIB}
     16 
     17 sadep:
     18 	@echo  ${.OBJDIR}/${SALIB}
     19 
     20 kernlibdir:
     21 	@echo  ${KERNDST}
     22 
     23 salibdir:
     24 	@echo  ${.OBJDIR}/${SADST}
     25 
     26 clean:: _SUBDIRUSE
     27 
     28 cleandir: _SUBDIRUSE
     29 
     30 BINDIR=/usr/mdec
     31 
     32 afterinstall:
     33 	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
     34 		${.CURDIR}/binstall.sh ${DESTDIR}${BINDIR}/binstall
     35 
     36 .include <bsd.subdir.mk>
     37