Move common files into floppies/common directory.
bootfloppy-common/Makefile.inc -> common/Makefile.bootfloppy instkernel-common/Makefile.inc -> common/Makefile.instkernel ramdisk-common/Makefile.inc -> common/Makefile.ramdisk ramdisk-common/* -> common/*
This commit is contained in:
parent
87f82807b0
commit
7478065a57
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.22 2002/05/02 18:03:02 lukem Exp $
|
||||
# $NetBSD: Makefile.bootfloppy,v 1.1 2002/05/07 13:55:41 isaki Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.3 2002/05/02 18:03:03 lukem Exp $
|
||||
# $NetBSD: Makefile.instkernel,v 1.1 2002/05/07 13:55:41 isaki Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.9 2002/04/28 07:31:54 isaki Exp $
|
||||
# $NetBSD: Makefile.ramdisk,v 1.1 2002/05/07 13:55:42 isaki Exp $
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: disktab.preinstall,v 1.1 2000/09/12 16:42:51 minoura Exp $
|
||||
# $NetBSD: disktab.preinstall,v 1.1 2002/05/07 13:55:42 isaki Exp $
|
||||
#
|
||||
# Disk geometry and partition layout tables.
|
||||
# Key:
|
@ -6,7 +6,7 @@
|
||||
# requires /bin/sh /bin/dd (x_dd) /bin/mkdir /bin/rm /bin/test
|
||||
# /sbin/disklabel
|
||||
#
|
||||
# $NetBSD: installboot.sh,v 1.1 2000/09/12 16:42:51 minoura Exp $
|
||||
# $NetBSD: installboot.sh,v 1.1 2002/05/07 13:55:43 isaki Exp $
|
||||
#
|
||||
#
|
||||
# originally from:
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: termcap.vt,v 1.1 2000/09/12 16:42:51 minoura Exp $
|
||||
# $NetBSD: termcap.vt,v 1.1 2002/05/07 13:55:43 isaki Exp $
|
||||
#
|
||||
# Copyright (c) 1980, 1985, 1989 The Regents of the University of California.
|
||||
# All rights reserved.
|
Loading…
Reference in New Issue
Block a user