head	1.6;
access;
symbols
	RELENG_2_2_8_RELEASE:1.1.2.1
	RELENG_3_0_0_RELEASE:1.5
	RELENG_2_2_7_RELEASE:1.1.2.1
	RELENG_2_2_6_RELEASE:1.1.2.1
	RELENG_2_2_5_RELEASE:1.1
	RELENG_2_2_2_RELEASE:1.1
	RELENG_2_2_1_RELEASE:1.1
	RELENG_2_2_0_RELEASE:1.1
	RELENG_2_2:1.1.0.2
	RELENG_2_2_BP:1.1;
locks; strict;
comment	@# @;


1.6
date	98.12.27.19.38.05;	author sos;	state dead;
branches;
next	1.5;

1.5
date	97.08.26.13.49.26;	author bde;	state Exp;
branches;
next	1.4;

1.4
date	97.07.20.08.46.30;	author bde;	state Exp;
branches;
next	1.3;

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

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

1.1
date	95.12.14.08.26.14;	author phk;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	98.03.06.05.26.37;	author jkh;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	99.09.05.11.20.31;	author peter;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove LKM's depricated by modules.
@
text
@#       $Id: Makefile,v 1.5 1997/08/26 13:49:26 bde Exp $

.PATH:  ${.CURDIR}/../../sys/gnu/i386/fpemul
KMOD=   gnufpu_mod
SRCS=   div_small.s errors.c fpu_arith.c fpu_aux.c fpu_entry.c fpu_etc.c \
	fpu_trig.c get_address.c load_store.c poly_2xm1.c poly_atan.c \
	poly_div.s poly_l2.c poly_mul64.s poly_sin.c poly_tan.c \
	polynomial.s reg_add_sub.c reg_compare.c reg_constant.c reg_div.s \
	reg_ld_str.c reg_u_mul.s reg_u_sub.s wm_shrx.s wm_sqrt.s
NOMAN=
PSEUDO_LKM=
CFLAGS+= -DLKM

.s.o:
	${CC} -x assembler-with-cpp -DLOCORE ${CFLAGS} -c \
	    ${.IMPSRC} -o ${.TARGET}

.include <bsd.kmod.mk>
@


1.5
log
@Removed bogus -I path in CFLAGS.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.4 1997/07/20 08:46:30 bde Exp $
@


1.4
log
@Fixed bitrot in fpu LKMs.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.3 1997/02/22 12:47:52 peter Exp $
d12 1
a12 1
CFLAGS+= -DLKM -I${.CURDIR}/../../sys/sys
@


1.3
log
@Revert $FreeBSD$ back to $Id$
@
text
@d1 1
a1 1
#       $Id$
d4 1
a4 1
KMOD=   gnufpu
d15 2
a16 1
	cpp -DLOCORE ${COPTS} $< | ${AS} ${ASFLAGS} -o $*.o
@


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
@Two x87 emulators as LKMs.
If somebody with the right HW would make the change to /etc/rc to use
this, we could rip MATH_EMULATE from GENERIC...
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.4 1995/10/15 17:00:49 phk Exp $
@


1.1.2.1
log
@MFC: primarily do-nothing commits just to facilitate future merging.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.1 1995/12/14 08:26:14 phk Exp $
d4 1
a4 1
KMOD=   gnufpu_mod
d12 1
a12 1
CFLAGS+= -DLKM
d15 1
a15 2
	${CC} -x assembler-with-cpp -DLOCORE ${CFLAGS} -c \
	    ${.IMPSRC} -o ${.TARGET}
@


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

