x86_64 -> amd64
This commit is contained in:
parent
20601f7173
commit
b3786358e5
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2002/12/05 02:04:09 fvdl Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2003/04/26 18:55:39 fvdl Exp $
|
||||
|
||||
SUBDIR= floppies
|
||||
TARGETS+= release
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2002/12/05 02:04:10 fvdl Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2003/04/26 18:55:40 fvdl Exp $
|
||||
|
||||
SUBDIR= ramdisk \
|
||||
.WAIT \
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2002/12/05 02:04:10 fvdl Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2003/04/26 18:55:40 fvdl Exp $
|
||||
|
||||
# This Makefile builds a boot image on a 2.88M-sized image.
|
||||
#
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2002/12/05 02:04:11 fvdl Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2003/04/26 18:55:41 fvdl Exp $
|
||||
|
||||
FLOPPYBASE= boot-com
|
||||
FLOPPYMAX= 2
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2002/12/05 02:04:10 fvdl Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2003/04/26 18:55:40 fvdl Exp $
|
||||
|
||||
FLOPPYBASE= boot
|
||||
FLOPPYMAX= 2
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.bootfloppy,v 1.1 2002/12/05 02:04:11 fvdl Exp $
|
||||
# $NetBSD: Makefile.bootfloppy,v 1.1 2003/04/26 18:55:41 fvdl Exp $
|
||||
#
|
||||
# Makefile snippet to create a set of USTAR floppies
|
||||
#
|
||||
@ -28,7 +28,7 @@ FLOPPYKERNDIR?= instkernel
|
||||
FLOPPYSUFFIX?= .fs
|
||||
MDEC= ${DESTDIR}/usr/mdec
|
||||
# XXXDISTRIB: need MI installboot for x86_64
|
||||
FLOPPYINSTBOOT= "${MDEC}/installboot -b 17 -f ${FLOPPY_BOOT} @IMAGE@"
|
||||
FLOPPYINSTBOOT= "/usr/mdec/installboot -b 17 -f ${FLOPPY_BOOT} @IMAGE@"
|
||||
FLOPPYKERNOBJ!= cd ${.CURDIR}/../${FLOPPYKERNDIR} && ${PRINTOBJDIR}
|
||||
|
||||
FLOPPY_BOOT?= ${MDEC}/biosboot.sym
|
43
distrib/amd64/floppies/common/Makefile.bootfloppy.orig
Normal file
43
distrib/amd64/floppies/common/Makefile.bootfloppy.orig
Normal file
@ -0,0 +1,43 @@
|
||||
# $NetBSD: Makefile.bootfloppy.orig,v 1.1 2003/04/26 18:55:42 fvdl Exp $
|
||||
#
|
||||
# Makefile snippet to create a set of USTAR floppies
|
||||
#
|
||||
|
||||
#
|
||||
# Required variables:
|
||||
# FLOPPYBASE Basename of floppies. Floppy number ${n} will
|
||||
# be generated as ${FLOPPYBASE}${n}.fs
|
||||
# FLOPPYKERNEL Kernel to copy
|
||||
#
|
||||
# Optional variables:
|
||||
# FLOPPYKERNDIR ${FLOPPYKERNEL} is from ${.CURDIR}/../${FLOPPYKERNDIR}
|
||||
# FLOPPY_BOOT Bootstrap to use. [${DESTDIR}/usr/mdec/biosboot.sym]
|
||||
#
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
||||
FLOPPYMAX?= 1
|
||||
FLOPPYSIZE?= 2880
|
||||
.if defined(FLOPPYSIZE) && (${FLOPPYSIZE} != 2880)
|
||||
FLOPPYMETAFILE!= printf "USTAR.volsize.%o" ${FLOPPYSIZE}
|
||||
.else
|
||||
FLOPPYSIZE= 2880
|
||||
.endif
|
||||
FLOPPYKERNDIR?= instkernel
|
||||
FLOPPYSUFFIX?= .fs
|
||||
MDEC= ${DESTDIR}/usr/mdec
|
||||
# XXXDISTRIB: need MI installboot for x86_64
|
||||
FLOPPYINSTBOOT= "${MDEC}/installboot -b 17 -f ${FLOPPY_BOOT} @IMAGE@"
|
||||
FLOPPYKERNOBJ!= cd ${.CURDIR}/../${FLOPPYKERNDIR} && ${PRINTOBJDIR}
|
||||
|
||||
FLOPPY_BOOT?= ${MDEC}/biosboot.sym
|
||||
FLOPPY_BOOT_STRIP= yes
|
||||
FLOPPY_NETBSD= ${FLOPPYKERNOBJ}/${FLOPPYKERNEL}
|
||||
FLOPPYFILES= boot ${FLOPPYMETAFILE} netbsd
|
||||
|
||||
FLOPPY_RELEASEDIR= installation/floppy
|
||||
|
||||
.include "${DISTRIBDIR}/common/Makefile.tarfloppy"
|
||||
|
||||
.include <bsd.prog.mk>
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.ramdisk,v 1.1 2002/12/05 02:04:11 fvdl Exp $
|
||||
# $NetBSD: Makefile.ramdisk,v 1.1 2003/04/26 18:55:42 fvdl Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: dot.profile,v 1.1 2002/12/05 02:04:12 fvdl Exp $
|
||||
# $NetBSD: dot.profile,v 1.1 2003/04/26 18:55:42 fvdl Exp $
|
||||
#
|
||||
# Copyright (c) 1997 Perry E. Metzger
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list.ramdisk,v 1.1 2002/12/05 02:04:12 fvdl Exp $
|
||||
# $NetBSD: list.ramdisk,v 1.1 2003/04/26 18:55:43 fvdl Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: termcap.mini,v 1.1 2002/12/05 02:04:12 fvdl Exp $
|
||||
# $NetBSD: termcap.mini,v 1.1 2003/04/26 18:55:43 fvdl Exp $
|
||||
#
|
||||
# Copyright (c) 1980, 1985, 1989 The Regents of the University of California.
|
||||
# All rights reserved.
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2002/12/05 02:04:12 fvdl Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2003/04/26 18:55:44 fvdl Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2002/12/05 02:04:13 fvdl Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2003/04/26 18:55:44 fvdl Exp $
|
||||
|
||||
IMAGE= ramdisk.fs
|
||||
IMAGESIZE= 2560k
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: disktab.preinstall,v 1.1 2002/12/05 02:04:13 fvdl Exp $
|
||||
# $NetBSD: disktab.preinstall,v 1.1 2003/04/26 18:55:44 fvdl Exp $
|
||||
#
|
||||
# Disk geometry and partition layout tables.
|
||||
# Key:
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.1 2002/12/05 02:04:14 fvdl Exp $
|
||||
# $NetBSD: list,v 1.1 2003/04/26 18:55:45 fvdl Exp $
|
||||
#
|
||||
|
||||
SRCDIRS usr.bin/less
|
Loading…
Reference in New Issue
Block a user