Support installation of /usr/mdec files.
This commit is contained in:
parent
33aad32f37
commit
f9ee92c45a
|
@ -0,0 +1,5 @@
|
|||
# $NetBSD: Makefile,v 1.1 1996/03/16 11:03:11 ragge Exp $
|
||||
#
|
||||
SUBDIR= boot
|
||||
|
||||
.include <bsd.subdir.mk>
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.8 1996/03/02 14:22:57 ragge Exp $
|
||||
# $NetBSD: Makefile,v 1.9 1996/03/16 11:03:12 ragge Exp $
|
||||
#
|
||||
|
||||
INCPATH=-I. -I../../.. -I../.. -I../../../lib/libsa
|
||||
|
@ -102,6 +102,14 @@ libkern.a: ${KERNOBJ}
|
|||
@ar rv libkern.a `lorder ${KERNOBJ} | tsort`
|
||||
|
||||
#
|
||||
install: boot xxboot
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 boot ${DESTDIR}/
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 xxboot ${DESTDIR}/usr/mdec
|
||||
rm -f ${DESTDIR}/usr/mdec/raboot
|
||||
ln ${DESTDIR}/usr/mdec/xxboot ${DESTDIR}/usr/mdec/raboot
|
||||
rm -f ${DESTDIR}/usr/mdec/hpboot
|
||||
ln ${DESTDIR}/usr/mdec/xxboot ${DESTDIR}/usr/mdec/hpboot
|
||||
|
||||
clean::
|
||||
rm -f start.o romread.o bootxx.o init.o xxboot boot racopy \
|
||||
libsvax.a udiv.o urem.o consio.o ${DEVS} edlabel edlabel.o
|
||||
|
|
Loading…
Reference in New Issue