head	1.2;
access;
symbols
	RELENG_3_5_0_RELEASE:1.1.2.1
	RELENG_3_4_0_RELEASE:1.1.2.1
	RELENG_3_3_0_RELEASE:1.1.2.1
	RELENG_3_2_PAO:1.1.0.4
	RELENG_3_2_PAO_BP:1.1
	RELENG_3_2_0_RELEASE:1.1
	POST_NEWBUS:1.1
	PRE_NEWBUS:1.1
	RELENG_3_1_0_RELEASE:1.1
	RELENG_3:1.1.0.2
	RELENG_3_BP:1.1;
locks; strict;
comment	@# @;


1.2
date	99.04.19.14.31.55;	author peter;	state dead;
branches;
next	1.1;

1.1
date	99.01.17.19.05.40;	author peter;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	99.08.29.16.27.27;	author peter;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove LKM module glue Makefile.
@
text
@#	$Id: Makefile,v 1.1 1999/01/17 19:05:40 peter Exp $

.PATH:	${.CURDIR}/../../kern
KMOD	= lkm
SRCS	= kern_lkm.c vnode_if.h opt_devfs.h

CLEANFILES	+= opt_devfs.h vnode_if.c vnode_if.h

opt_devfs.h:
	touch opt_devfs.h

.include <bsd.kmod.mk>
@


1.1
log
@World, please meet the kld module called "lkm".  If you have an a.out
kernel and you forgot to add 'options LKM', you can kldload this module
and get LKM compatability. (!)
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.11 1998/11/12 00:37:39 jkh Exp $
@


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