head	1.9;
access;
symbols
	RELENG_4_11_0_RELEASE:1.8
	RELENG_4_11:1.8.0.20
	RELENG_4_11_BP:1.8
	RELENG_4_10_0_RELEASE:1.8
	RELENG_4_10:1.8.0.18
	RELENG_4_10_BP:1.8
	RELENG_4_9_0_RELEASE:1.8
	RELENG_4_9:1.8.0.16
	RELENG_4_9_BP:1.8
	RELENG_4_8_0_RELEASE:1.8
	RELENG_4_8:1.8.0.14
	RELENG_4_8_BP:1.8
	RELENG_4_7_0_RELEASE:1.8
	RELENG_4_7:1.8.0.12
	RELENG_4_7_BP:1.8
	RELENG_4_6_2_RELEASE:1.8
	RELENG_4_6_1_RELEASE:1.8
	RELENG_4_6_0_RELEASE:1.8
	RELENG_4_6:1.8.0.10
	RELENG_4_6_BP:1.8
	RELENG_4_5_0_RELEASE:1.8
	RELENG_4_5:1.8.0.8
	RELENG_4_5_BP:1.8
	RELENG_4_4_0_RELEASE:1.8
	RELENG_4_4:1.8.0.6
	RELENG_4_4_BP:1.8
	RELENG_4_3_0_RELEASE:1.8
	RELENG_4_3:1.8.0.4
	RELENG_4_3_BP:1.8
	RELENG_4_2_0_RELEASE:1.8
	RELENG_4_1_1_RELEASE:1.8
	RELENG_4_1_0_RELEASE:1.8
	RELENG_3_5_0_RELEASE:1.7.2.1
	RELENG_4_0_0_RELEASE:1.8
	RELENG_4:1.8.0.2
	RELENG_4_BP:1.8
	RELENG_3_4_0_RELEASE:1.7.2.1
	RELENG_3_3_0_RELEASE:1.7.2.1
	RELENG_3_2_PAO:1.7.0.4
	RELENG_3_2_PAO_BP:1.7
	RELENG_3_2_0_RELEASE:1.7
	POST_VFS_BIO_NFS_PATCH:1.7
	PRE_VFS_BIO_NFS_PATCH:1.7
	POST_SMP_VMSHARE:1.7
	PRE_SMP_VMSHARE:1.7
	POST_NEWBUS:1.7
	PRE_NEWBUS:1.7
	RELENG_3_1_0_RELEASE:1.7
	RELENG_3:1.7.0.2
	RELENG_3_BP:1.7
	RELENG_2_2_8_RELEASE:1.1.1.1
	RELENG_3_0_0_RELEASE:1.6
	RELENG_2_2_7_RELEASE:1.1.1.1
	PRE_NOBDEV:1.6
	POST_DEVFS_SLICE:1.5
	PRE_DEVFS_SLICE:1.5
	RELENG_2_2_6_RELEASE:1.1.1.1
	POST_SOFTUPDATE:1.5
	PRE_SOFTUPDATE:1.5
	RELENG_2_2_5_RELEASE:1.1.1.1
	WOLLMAN_MBUF:1.3.0.2
	BP_WOLLMAN_MBUF:1.3
	RELENG_2_2_2_RELEASE:1.1.1.1
	post_smp_merge:1.3
	pre_smp_merge:1.3
	RELENG_2_2_1_RELEASE:1.1.1.1
	RELENG_2_2_0_RELEASE:1.1.1.1
	RELENG_2_2:1.1.1.1.0.2
	RELENG_2_2_BP:1.1.1.1
	pc98_9606_current:1.1.1.1
	PC98:1.1.1;
locks; strict;
comment	@# @;


1.9
date	2000.03.20.12.14.00;	author kato;	state dead;
branches;
next	1.8;

1.8
date	99.08.28.00.50.20;	author peter;	state Exp;
branches
	1.8.2.1;
next	1.7;

1.7
date	99.01.04.08.03.17;	author kato;	state Exp;
branches
	1.7.2.1;
next	1.6;

1.6
date	98.05.28.13.48.40;	author kato;	state Exp;
branches;
next	1.5;

1.5
date	98.03.07.15.48.11;	author kato;	state Exp;
branches;
next	1.4;

1.4
date	98.02.16.09.37.02;	author kato;	state Exp;
branches;
next	1.3;

1.3
date	97.02.22.09.43.15;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	97.01.14.06.52.16;	author jkh;	state Exp;
branches;
next	1.1;

1.1
date	96.06.14.10.04.38;	author asami;	state Exp;
branches
	1.1.1.1;
next	;

1.8.2.1
date	2012.11.17.07.26.58;	author svnexp;	state Exp;
branches;
next	;

1.7.2.1
date	99.08.29.16.30.55;	author peter;	state Exp;
branches;
next	;

1.1.1.1
date	96.06.14.10.04.38;	author asami;	state Exp;
branches
	1.1.1.1.2.1;
next	;

1.1.1.1.2.1
date	99.09.05.08.20.15;	author peter;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Removed old boot loader.
@
text
@# $FreeBSD: src/sys/pc98/boot/kzipboot/Makefile,v 1.8 1999/08/28 00:50:20 peter Exp $

PROG= kztail.o kzhead.o
BINMODE = 444	# target is a relocatable object
SRCS= tail.S head.S boot.c unzip.c misc.c malloc.c inflate.c
OBJS_KZHEAD= head.o
OBJS_KZTAIL= tail.o boot.o unzip.o misc.o malloc.o inflate.o
BINDIR= /usr/lib/aout
.PATH:	${.CURDIR}/../../../kern
NOMAN= toobad

# Where to load the kernel
KADDR   = 0x100000

# What segment our code lives in
CSEG    = 0x8

STRIP=	#  very important!! don't let kz*.o be stripped

CFLAGS+= -DKADDR=$(KADDR) -DCSEG=$(CSEG)
CFLAGS+= -DKZIP -DCOMCONSOLE=0x30 
CFLAGS+= -DPC98

kztail.o:  ${OBJS_KZTAIL}
	$(LD) -aout -r -x -o kztail.o $(OBJS_KZTAIL)

kzhead.o:  ${OBJS_KZHEAD}
	$(LD) -aout -r -x -o kzhead.o $(OBJS_KZHEAD)

.include <bsd.prog.mk>
@


1.8
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.8.2.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/sys/pc98/boot/kzipboot/Makefile 57955 2000-03-13 04:59:44Z cvs2svn $
@


1.7
log
@Sync with sys/i386/boot/kzipboot/Makefile revision 1.10.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.6 1998/05/28 13:48:40 kato Exp $
@


1.7.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.6
log
@Sync with sys/i386/boot/kzipboot/Makefile revision 1.9.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.5 1998/03/07 15:48:11 kato Exp $
d25 1
a25 1
	$(LD) -r -x -o kztail.o $(OBJS_KZTAIL)
d28 1
a28 1
	$(LD) -r -x -o kzhead.o $(OBJS_KZHEAD)
@


1.5
log
@Sync with following changes:
>   Added files:
>     sys/i386/boot        Makefile.inc
>  Revision  Changes    Path
>  1.63      +3 -12     src/sys/i386/boot/biosboot/Makefile
>  1.8       +1 -17     src/sys/i386/boot/kzipboot/Makefile
>  1.16      +6 -15     src/sys/i386/boot/netboot/Makefile
>  1.10      +3 -14     src/sys/i386/boot/rawboot/Makefile
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1998/02/16 09:37:02 kato Exp $
d8 1
a8 1
BINDIR= /usr/lib
@


1.4
log
@Sync with sys/i386/boot/*/Makefile (Eivind's change: Make bootblock
building independent of /usr/include if relative includes are
available).
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.3 1997/02/22 09:43:15 peter Exp $
a19 6
.if exists(${.CURDIR}/../../../../include)
CFLAGS+= -nostdinc
CFLAGS+= -I${.OBJDIR} -I${.CURDIR}/../../../
CFLAGS+= -I${.CURDIR}/../../../../include
.endif

a23 2
CLEANFILES=machine

a28 8

pre-compile:
.if !exists(${.OBJDIR}/machine)
	ln -s ${.CURDIR}/../../include ${.OBJDIR}/machine
.endif

all:	pre-compile ${PROG}

@


1.3
log
@Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$.  We are not
ready for it yet.
@
text
@d1 1
a1 1
# $Id$
d20 6
d30 2
d37 8
@


1.2
log
@Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1995/10/06 02:57:22 peter Exp $
@


1.1.1.1
log
@The PC98-specific files.

Ok'd by:	core
Submitted by:	FreeBSD(98) development team
@
text
@@


1.1.1.1.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@
