Migrate MD files to arch/ subdir. Suggested by Hubert Feyrer.

This commit is contained in:
lukem 2002-04-03 09:09:01 +00:00
parent 8bcefa5e82
commit c37fa0cedc
3 changed files with 8 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2002/04/03 06:34:31 lukem Exp $
# $NetBSD: Makefile,v 1.4 2002/04/03 09:09:01 lukem Exp $
#
PROG= installboot
@ -7,6 +7,9 @@ MAN= installboot.8
WARNS?= 3
CPPFLAGS+= -I${.CURDIR}
.PATH: ${.CURDIR}/arch
# list of MACHINEs to build this version of installboot for.
#
IB_MACHINES?= pmax vax

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmax.c,v 1.1 2002/04/03 06:34:32 lukem Exp $ */
/* $NetBSD: pmax.c,v 1.1 2002/04/03 09:09:04 lukem Exp $ */
/*-
* Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
@ -101,7 +101,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(__lint)
__RCSID("$NetBSD: pmax.c,v 1.1 2002/04/03 06:34:32 lukem Exp $");
__RCSID("$NetBSD: pmax.c,v 1.1 2002/04/03 09:09:04 lukem Exp $");
#endif /* !__lint */
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vax.c,v 1.2 2002/04/03 06:29:11 lukem Exp $ */
/* $NetBSD: vax.c,v 1.1 2002/04/03 09:09:04 lukem Exp $ */
/*-
* Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
@ -71,7 +71,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(__lint)
__RCSID("$NetBSD: vax.c,v 1.2 2002/04/03 06:29:11 lukem Exp $");
__RCSID("$NetBSD: vax.c,v 1.1 2002/04/03 09:09:04 lukem Exp $");
#endif /* !__lint */
#include <sys/param.h>