head	1.13;
access;
symbols
	RELENG_3_0_0_RELEASE:1.12
	old_RELENG_2_2_7_RELEASE:1.5.2.1
	old_RELENG_2_2_6_RELEASE:1.5.2.1
	old_RELENG_2_2_5_RELEASE:1.5.2.1
	old_RELENG_2_2_2_RELEASE:1.5
	old_RELENG_2_2_1_RELEASE:1.5
	old_RELENG_2_2_0_RELEASE:1.5
	old_RELENG_2_2:1.5.0.2
	old_RELENG_2_2_BP:1.5;
locks; strict;
comment	@# @;


1.13
date	98.12.27.19.01.47;	author sos;	state dead;
branches;
next	1.12;

1.12
date	98.10.16.04.30.52;	author peter;	state Exp;
branches;
next	1.11;

1.11
date	98.02.25.01.40.55;	author bde;	state Exp;
branches;
next	1.10;

1.10
date	98.02.01.17.53.56;	author bde;	state Exp;
branches;
next	1.9;

1.9
date	98.01.24.02.21.53;	author eivind;	state Exp;
branches;
next	1.8;

1.8
date	97.08.07.13.23.37;	author bde;	state Exp;
branches;
next	1.7;

1.7
date	97.02.22.12.49.29;	author peter;	state Exp;
branches;
next	1.6;

1.6
date	97.01.14.06.22.39;	author jkh;	state Exp;
branches;
next	1.5;

1.5
date	96.10.06.22.17.16;	author wosch;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	96.09.06.23.32.55;	author pst;	state Exp;
branches;
next	1.3;

1.3
date	96.06.23.14.58.14;	author bde;	state Exp;
branches;
next	1.2;

1.2
date	96.05.07.23.19.42;	author wosch;	state Exp;
branches;
next	1.1;

1.1
date	95.10.14.15.47.29;	author davidg;	state Exp;
branches;
next	;

1.5.2.1
date	97.08.11.18.35.12;	author asami;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Remove depricated wcd module.
@
text
@#	$Id: Makefile,v 1.12 1998/10/16 04:30:52 peter Exp $

.PATH:          ${.CURDIR}/../../i386/isa
KMOD            = wcd
SRCS            = wcd.c wdc.h wcd.h opt_atapi.h opt_devfs.h
NOMAN           =
CFLAGS         += -DWCD_MODULE
CLEANFILES     += wdc.h wcd.h opt_atapi.h opt_devfs.h

load:           ${PROG}
		${MODLOAD} -u -e wcd $(PROG)

unload:         ${PROG}
		${MODUNLOAD} -n wcd

wdc.h:
		echo "#define NWDC 2" > wdc.h
		echo "#define NWD 4" >> wdc.h

wcd.h:
		echo "#define NWCD 1" > wcd.h

opt_atapi.h:
		echo "#define ATAPI 1"> opt_atapi.h

opt_devfs.h:
		touch opt_devfs.h

.include <bsd.kmod.mk>
@


1.12
log
@Sample initial set of kld-ified modules.  Not all have been completely
converted yet.  These are more of a starting point.  This is NOT connected
to the parent Makefile.

OK'ed by jkh (who is ever so patiently waiting)
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.11 1998/02/25 01:40:55 bde Exp $
@


1.11
log
@Don't add files handled by bsd.kmod.mk to CLEANFILES.  Don't add never-
generated files to CLEANFILES.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.10 1998/02/01 17:53:56 bde Exp $
d3 2
a4 2
.PATH:          ${.CURDIR}/../../sys/i386/isa
KMOD            = wcd_mod
@


1.10
log
@Don't handle the `machine' symlink or related include paths here.
bsd.kmod.mk now handles it more generally.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.9 1998/01/24 02:21:53 eivind Exp $
d8 1
a8 1
CLEANFILES     += $(KMOD) machine wdc.h wcd.h opt_atapi.h opt_devfs.h *.b
@


1.9
log
@LKM-support for converting all file-system options to new-style options.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.8 1997/08/07 13:23:37 bde Exp $
d7 1
a7 1
CFLAGS         += -nostdinc -I. -DWCD_MODULE
a8 1
LN              = ln -f -s
a27 5

.c.o:
		-@@$(LN) ${.CURDIR}/../../sys/i386/include machine
		$(CC) $(CFLAGS) -c $<
		-@@rm -f machine
@


1.8
log
@Don't use /sys.
Submitted by:	Jeremy Lea <reg@@shale.csir.co.za>
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.7 1997/02/22 12:49:29 peter Exp $
d5 1
a5 1
SRCS            = wcd.c wdc.h wcd.h opt_atapi.h
d8 1
a8 1
CLEANFILES     += $(KMOD) machine wdc.h wcd.h opt_atapi.h *.b
d26 3
@


1.7
log
@Revert $FreeBSD$ back to $Id$
@
text
@d1 1
a1 1
#	$Id$
d28 1
a28 1
		-@@$(LN) /sys/i386/include machine
@


1.6
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.5
log
@delete unused variable BINDIR, use new variable MODLOAD/MODUNLOAD
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.4 1996/09/06 23:32:55 pst Exp $
@


1.5.2.1
log
@Merge "don't use /sys" from -current.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.5 1996/10/06 22:17:16 wosch Exp $
d28 1
a28 1
		-@@$(LN) ${.CURDIR}/../../sys/i386/include machine
@


1.4
log
@Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.3 1996/06/23 14:58:14 bde Exp $
a6 1
BINDIR          = /lkm
d12 1
a12 1
		/sbin/modload -u -e wcd $(PROG)
d15 1
a15 1
		/sbin/modunload -n wcd
@


1.3
log
@Don't add -I/sys to CFLAGS.  bsd.kmod.mk adds the correct (relative)
path.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.2 1996/05/07 23:19:42 wosch Exp $
d5 1
a5 1
SRCS            = wcd.c wdc.h wcd.h
d8 2
a9 2
CFLAGS         += -nostdinc -I. -DATAPI -DWCD_MODULE
CLEANFILES     += $(KMOD) machine wdc.h wcd.h *.b
d24 3
@


1.2
log
@``mv'' -> ``mv -f''
``rm'' -> ``rm -f''
so mv/rm may not ask for confirmation if you are not root
@
text
@d1 1
a1 1
#	$Id: $
d8 1
a8 1
CFLAGS         += -nostdinc -I. -I/sys -DATAPI -DWCD_MODULE
@


1.1
log
@atapi and wcd LKMs.

Submitted by:	Serge Vakulenko, <vak@@cronyx.ru>
@
text
@d1 2
d28 1
a28 1
		-@@rm machine
@
