head	1.6;
access;
symbols
	RELENG_3_5_0_RELEASE:1.5.2.1
	RELENG_3_4_0_RELEASE:1.5.2.1
	RELENG_3_3_0_RELEASE:1.5.2.1
	RELENG_3_2_PAO:1.5.0.4
	RELENG_3_2_PAO_BP:1.5
	RELENG_3_2_0_RELEASE:1.5
	RELENG_3_1_0_RELEASE:1.5
	RELENG_3:1.5.0.2
	RELENG_3_BP:1.5
	v1_0:1.1.1.1
	VINUM:1.1.1;
locks; strict;
comment	@# @;


1.6
date	99.01.23.00.09.07;	author peter;	state dead;
branches;
next	1.5;

1.5
date	98.12.28.16.28.23;	author peter;	state Exp;
branches
	1.5.2.1;
next	1.4;

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

1.3
date	98.12.27.19.38.13;	author sos;	state dead;
branches;
next	1.2;

1.2
date	98.09.28.04.21.20;	author grog;	state Exp;
branches;
next	1.1;

1.1
date	98.09.16.05.56.21;	author grog;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.09.16.05.56.21;	author grog;	state Exp;
branches;
next	;

1.5.2.1
date	99.08.29.16.24.12;	author peter;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove stray Makefile that Greg initially imported.
@
text
@#       $Id: Makefile,v 1.5 1998/12/28 16:28:23 peter Exp $ 

.PATH:  ${.CURDIR}/../../sys/dev/ccd
KMOD=   vinum_mod
SRCS=   vinum.c vinum.h vnode_if.h parser.c config.c io.c util.c vinumhdr.h request.h \
	state.c memory.c request.c lock.c vinumext.h vinumio.h vinumkw.h \
	vinumstate.h vinumvar.h revive.c vinumioctl.c interrupt.c
NOMAN=
PSEUDO_LKM=
CFLAGS = -I${.CURDIR} -O -g -DVINUMDEBUG -Wall -Wno-unused -Wno-parentheses

CLEANFILES+=    vinum.h vnode_if.h vnode_if.c

all:

# We don't need this, but the Makefile wants it
vinum.h:
	touch $@@

state.h:  maketabs vinumstate.h
	./maketabs >state.h

maketabs: maketabs.c
	${CC} -g -o maketabs maketabs.c

.include <bsd.kmod.mk>
@


1.5
log
@Some relatively minor tweaks to enable vinum to be built into a static
kernel as a pseudo-device.  The changes were:
- #ifdef DEBUG -> #ifdef VINUMDEBUG
- opt_vinum.h for holding above config variable
- Fixing up a few stray problems where DEBUG wasn't optional.
- config.c -> vinumconfig.c (there's already a config.o)
- Other *.c -> vinum*.c (wasn't strictly necessary, but done in case we end
  up with something else conflicting later on and we might have to have yet
  more repository copies of files).
- include file paths fixups..  (ie: get them all from the kernel tree
  instead of partly from the kernel and partly from /usr/include/machine)

I've spoken with Greg about this..  I hope this doesn't mess him around
too much..
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.4 1998/12/28 04:56:22 peter Exp $ 
@


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


1.4
log
@If I've done this right, revive the vinum code in it's now home after it
was savaged in the blood bath a few hours ago.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.2 1998/09/28 04:21:20 grog Exp $ 
d10 1
a10 1
CFLAGS = -I${.CURDIR} -O -g -I/usr/include/machine -DDEBUG -Wall -Wno-unused -Wno-parentheses
@


1.3
log
@Remove LKM's depricated by modules.
@
text
@@


1.2
log
@Get include paths right
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $ 
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#       $Id: Makefile.lkm.lite,v 1.2 1998/08/13 06:07:29 grog Exp grog $ 
d10 1
a10 1
CFLAGS = -I. -O -g -I/usr/include/machine -DDEBUG -Wall -Wno-unused -Wno-parentheses
@


1.1.1.1
log
@Import base vinum lkm sources
@
text
@@
