Home | History | Annotate | Line # | Download | only in stand
Makefile revision 1.9
      1 #	$NetBSD: Makefile,v 1.9 1995/10/05 21:03:12 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 BINDIR=/usr/mdec
     22 
     23 afterinstall:
     24 	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
     25 		${.CURDIR}/binstall.sh ${DESTDIR}${BINDIR}/binstall
     26 
     27 .include <bsd.subdir.mk>
     28