head	1.7;
access;
symbols
	RELENG_2_2_8_RELEASE:1.2
	RELENG_3_0_0_RELEASE:1.6
	RELENG_2_2_7_RELEASE:1.2
	RELENG_2_2_6_RELEASE:1.2
	RELENG_2_2_5_RELEASE:1.2
	RELENG_2_2_2_RELEASE:1.2
	RELENG_2_2_1_RELEASE:1.2
	RELENG_2_2_0_RELEASE:1.2
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE:1.2
	RELENG_2_2:1.2.0.8
	RELENG_2_2_BP:1.2
	RELENG_2_1_5_RELEASE:1.2
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.6
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.4
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2
	RELEASE_2_0:1.2
	BETA_2_0:1.2
	ALPHA_2_0:1.2.0.2;
locks; strict;
comment	@# @;


1.7
date	98.12.27.19.38.04;	author sos;	state dead;
branches;
next	1.6;

1.6
date	98.03.12.20.04.38;	author eivind;	state Exp;
branches;
next	1.5;

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

1.4
date	97.02.22.12.47.46;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	97.01.14.06.21.44;	author jkh;	state Exp;
branches;
next	1.2;

1.2
date	94.10.27.23.39.19;	author wollman;	state Exp;
branches
	1.2.6.1
	1.2.8.1;
next	1.1;

1.1
date	94.10.14.08.46.11;	author sos;	state Exp;
branches;
next	;

1.2.6.1
date	99.09.05.11.21.50;	author peter;	state Exp;
branches;
next	;

1.2.8.1
date	99.09.05.11.20.30;	author peter;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove LKM's depricated by modules.
@
text
@#	$Id: Makefile,v 1.6 1998/03/12 20:04:38 eivind Exp $

.PATH:	${.CURDIR}/../../sys/i386/ibcs2
KMOD=	ibcs2_coff_mod
SRCS= 	coff.c imgact_coff.c vnode_if.h
NOMAN=
CLEANFILES+= vnode_if.h vnode_if.c
CFLAGS+= -DLKM -DCOMPAT_IBCS2
DEPLKMS=${.OBJDIR}/../ibcs2/ibcs2_mod.o

.include <bsd.kmod.mk>
@


1.6
log
@The coff LKM needs IBCS2 to be able to link (for the 'make regress'
linktest) - add this as a dependency.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.5 1998/02/01 18:12:12 bde Exp $
@


1.5
log
@Don't put "-I." in ${CFLAGS} here.  bsd.kmod.mk now puts an absolute
path to the obj directory in ${CFLAGS}.  This is actually equivalent
to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.4 1997/02/22 12:47:46 peter Exp $
d9 1
@


1.4
log
@Revert $FreeBSD$ back to $Id$
@
text
@d1 1
a1 1
#	$Id$
d8 1
a8 1
CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2
@


1.3
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.2
log
@Again, this is not a filesystem so don't compile it as if it were.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1 1994/10/14 08:46:11 sos Exp $
@


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


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


1.1
log
@LKM module for the coff loader (used for iBCS2 emulation)
@
text
@d1 1
a1 1
#	$Id$
d5 1
a5 2
SRCS= 	coff.c imgact_coff.c 
VFS_LKM=
d7 1
@
