move sparc{,64} installboot.8 back to src/share, to avoid splitting sources for users who dont get everything.

This commit is contained in:
mrg 1998-12-22 02:34:09 +00:00
parent 0a87ec1ac7
commit 12d0e6e8f7
4 changed files with 4 additions and 8 deletions

View File

@ -1,10 +1,8 @@
# @(#)Makefile 5.1 (Berkeley) 3/22/91
# $NetBSD: Makefile,v 1.7 1998/12/11 12:20:52 mrg Exp $
# $NetBSD: Makefile,v 1.8 1998/12/22 02:34:09 mrg Exp $
MAN= MAKEDEV.8 boot.8 installboot.8
MLINKS= MAKEDEV.8 makedev.8
MANSUBDIR=/sparc
.include <bsd.man.mk>
.PATH: ${.CURDIR}/../../../../sys/arch/sparc/stand/installboot

View File

@ -1,4 +1,4 @@
.\" $NetBSD: installboot.8,v 1.3 1998/12/11 12:18:46 mrg Exp $
.\" $NetBSD: installboot.8,v 1.4 1998/12/22 02:34:09 mrg Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.

View File

@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.1 1998/12/11 12:17:11 mrg Exp $
# $NetBSD: Makefile,v 1.2 1998/12/22 02:34:09 mrg Exp $
MAN= MAKEDEV.8 installboot.8
MLINKS= MAKEDEV.8 makedev.8
MANSUBDIR=/sparc64
.include <bsd.man.mk>
.PATH: ${.CURDIR}/../../../../sys/arch/sparc64/stand/installboot

View File

@ -1,4 +1,4 @@
.\" $NetBSD: installboot.8,v 1.1 1998/12/11 12:14:53 mrg Exp $
.\" $NetBSD: installboot.8,v 1.1 1998/12/22 02:34:09 mrg Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green.
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.