1 # $NetBSD: Makefile,v 1.14 1997/05/07 17:29:05 mycroft Exp $ 2 3 SUBDIR= boot bootxx installboot 4 5 ### find out what to use for libkern and libsa 6 .include "Makefile.inc" 7 .include "$S/lib/libsa/Makefile.inc" 8 .include "$S/lib/libkern/Makefile.inc" 9 10 all: ${SALIB} ${KERNLIB} 11 12 libdep: 13 @echo ${SALIB} ${KERNLIB} 14 15 sadep: 16 @echo ${SALIB} 17 18 kernlibdir: 19 @echo ${KERNDST} 20 21 salibdir: 22 @echo ${SADST} 23 24 BINDIR=/usr/mdec 25 26 afterinstall: 27 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 28 ${.CURDIR}/binstall.sh ${DESTDIR}${BINDIR}/binstall 29 30 .include <bsd.subdir.mk> 31