head	1.7;
access;
symbols
	RELENG_2_2_8_RELEASE:1.3
	RELENG_3_0_0_RELEASE:1.6
	RELENG_2_2_7_RELEASE:1.3
	RELENG_2_2_6_RELEASE:1.3
	RELENG_2_2_5_RELEASE:1.3
	RELENG_2_2_2_RELEASE:1.3
	RELENG_2_2_1_RELEASE:1.3
	RELENG_2_2_0_RELEASE:1.3
	RELENG_2_2:1.3.0.2
	RELENG_2_2_BP:1.3
	ccd:1.1.1.1
	ERICH:1.1.1;
locks; strict;
comment	@# @;


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

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

1.5
date	97.02.22.12.47.41;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	97.01.14.06.21.42;	author jkh;	state Exp;
branches;
next	1.3;

1.3
date	96.09.21.01.51.11;	author bde;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	96.06.23.14.56.04;	author bde;	state Exp;
branches;
next	1.1;

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

1.1.1.1
date	96.06.12.03.49.15;	author asami;	state Exp;
branches;
next	;

1.3.2.1
date	99.09.05.11.20.29;	author peter;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove LKM's depricated by modules.
@
text
@#       $Id: Makefile,v 1.6 1998/02/01 18:12:12 bde Exp $ 

.PATH:  ${.CURDIR}/../../sys/dev/ccd
KMOD=   ccd_mod
SRCS=   ccd.c ccd.h vnode_if.h
NOMAN=
PSEUDO_LKM=

NCCD?=          4
CLEANFILES+=    ccd.h vnode_if.h vnode_if.c

ccd.h:
	echo "#define NCCD ${NCCD}" > ccd.h

.include <bsd.kmod.mk>
@


1.6
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.5 1997/02/22 12:47:41 peter Exp $ 
@


1.5
log
@Revert $FreeBSD$ back to $Id$
@
text
@d1 1
a1 1
#       $Id$ 
a7 1
CFLAGS+= -I.
@


1.4
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.3
log
@Fiexed CFLAGS.  Compiling things in the kernel without -O now causes
zillions of warnings about static inline functions because `inline'
is ignored without -O.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.2 1996/06/23 14:56:04 bde Exp $ 
@


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


1.2
log
@Don't claim to be a VFS_LKM - generate vnode_if.h by putting it in SRCS.

Don't add -I/sys to CFLAGS.  bsd.kmod.mk adds the correct (relative)
path.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.1.1.1 1996/06/12 03:49:15 asami Exp $ 
d8 1
a8 1
CFLAGS= -I.
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#       $Id$ 
d5 1
a5 1
SRCS=   ccd.c ccd.h
d8 1
a8 2
CFLAGS= -I. -I/sys
VFS_LKM=
d11 1
a11 1
CLEANFILES+=    ccd.h vnode_if.h
@


1.1.1.1
log
@A Makefile for a ccd lkm.  You need to explicitly /sbin/modload it for
now.  Someday I'll add a hook to ccdconfig to do it automatically.
@
text
@@
