head	1.3;
access;
symbols
	RELENG_2_2:1.3.0.2
	RELENG_3_0_0_RELEASE:1.2
	v1_0:1.1.1.1
	VINUM:1.1.1;
locks; strict;
comment	@# @;


1.3
date	98.12.27.19.38.13;	author sos;	state dead;
branches
	1.3.2.1;
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.3.2.1
date	99.01.25.04.18.11;	author grog;	state Exp;
branches;
next	1.3.2.2;

1.3.2.2
date	99.02.03.05.32.57;	author grog;	state Exp;
branches;
next	1.3.2.3;

1.3.2.3
date	99.09.05.11.20.41;	author peter;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove LKM's depricated by modules.
@
text
@#       $Id: Makefile,v 1.2 1998/09/28 04:21:20 grog 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 -I/usr/include/machine -DDEBUG -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.3.2.1
log
@Initial vinum checkin into -STABLE
@
text
@d1 1
a1 1
#       $Id: Makefile.vinum,v 1.1 1999/01/22 04:43:27 grog Exp $ 
d3 1
a3 1
.PATH:  ${.CURDIR}/../../sys/dev/vinum
d5 4
a8 6
SRCS=   vnode_if.h opt_vinum.h vinumstate.h vinumvar.h \
	vinumhdr.h request.h vinumext.h vinumio.h vinumkw.h \
	vinum.c vinumparser.c vinumconfig.c vinumio.c vinumutil.c \
	vinumstate.c vinummemory.c vinumrequest.c vinumlock.c \
	vinumrevive.c vinumioctl.c vinuminterrupt.c vinumdaemon.c

d10 1
a10 1
NOMAN=
d12 1
a12 1
CLEANFILES+=    vnode_if.h vnode_if.c opt_vinum.h
d16 3
a18 2
opt_vinum.h:
	@@touch opt_vinum.h
a26 2

CFLAGS += -I${.CURDIR}/../../sys/dev/vinum -I${SOURCE} -I. -g -DVINUMDEBUG -Wall -Wno-unused -Wno-parentheses
@


1.3.2.2
log
@Correct Makefile to build correctly.

Complained-about-by: Chris Knight <fbsd-stb@@ghostwheel.com>
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.3.2.1 1999/01/25 04:18:11 grog Exp $ 
a13 6
# option VINUMDEBUG enables a number of functions.  If you enable
# it, you must also enable VINUMDEBUG in sbin/vinum.  It influences
# the size of a number of data structures, and ioctls will fail
# if there is a mismatch.
# CFLAGS += -I${.CURDIR} -I. -DVINUMDEBUG 
CFLAGS += -I${.CURDIR} -I.
d29 1
@


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


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
@@
