head	1.7;
access;
symbols
	RELENG_2_2_8_RELEASE:1.4
	RELENG_3_0_0_RELEASE:1.6
	RELENG_2_2_7_RELEASE:1.4
	RELENG_2_2_6_RELEASE:1.4
	RELENG_2_2_5_RELEASE:1.4
	RELENG_2_2_2_RELEASE:1.4
	RELENG_2_2_1_RELEASE:1.4
	RELENG_2_2_0_RELEASE:1.4
	RELENG_2_2:1.4.0.2
	RELENG_2_2_BP:1.4;
locks; strict;
comment	@# @;


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

1.6
date	97.02.22.12.48.45;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	97.01.14.06.22.15;	author jkh;	state Exp;
branches;
next	1.4;

1.4
date	95.10.15.17.00.49;	author phk;	state Exp;
branches
	1.4.2.1;
next	1.3;

1.3
date	95.10.15.14.33.17;	author phk;	state Exp;
branches;
next	1.2;

1.2
date	95.08.25.09.49.20;	author phk;	state Exp;
branches;
next	1.1;

1.1
date	95.08.24.09.06.24;	author phk;	state Exp;
branches;
next	;

1.4.2.1
date	99.09.05.11.20.36;	author peter;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove LKM's depricated by modules.
@
text
@#       $Id: Makefile,v 1.6 1997/02/22 12:48:45 peter Exp $

.PATH:  ${.CURDIR}/../../sys/pccard
KMOD=   pcic_mod
SRCS=   pcic.c
NOMAN=
PSEUDO_LKM=
CFLAGS+= -DLKM

.include <bsd.kmod.mk>
@


1.6
log
@Revert $FreeBSD$ back to $Id$
@
text
@d1 1
a1 1
#       $Id$
@


1.5
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.4
log
@Revert to default entry point.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.3 1995/10/15 14:33:17 phk Exp $
@


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


1.3
log
@Only export our 'init' symbol.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.2 1995/08/25 09:49:20 phk Exp $
a8 1
EXPORT_SYMS=	_lkm_pcic
@


1.2
log
@Remove my xxxinit hack.  It was too gross.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.1 1995/08/24 09:06:24 phk Exp $
d9 1
@


1.1
log
@pcic lkm for the pccard stuff.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.1 1995/03/20 19:25:49 wollman Exp $
d8 1
a8 1
CFLAGS+= -DLKM -Dlkm_pcic=xxxinit
@
