Makefile revision 1.14
1#	$NetBSD: Makefile,v 1.14 1997/05/07 17:29:05 mycroft Exp $
2
3SUBDIR= 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
10all: ${SALIB} ${KERNLIB}
11
12libdep:
13	@echo  ${SALIB} ${KERNLIB}
14
15sadep:
16	@echo  ${SALIB}
17
18kernlibdir:
19	@echo  ${KERNDST}
20
21salibdir:
22	@echo  ${SADST}
23
24BINDIR=/usr/mdec
25
26afterinstall:
27	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
28		${.CURDIR}/binstall.sh ${DESTDIR}${BINDIR}/binstall
29
30.include <bsd.subdir.mk>
31