head	1.9;
access;
symbols
	RELENG_2_2_8_RELEASE:1.4
	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
	v01:1.1.1.1
	TRAINA:1.1.1;
locks; strict;
comment	@# @;


1.9
date	98.02.18.13.52.01;	author msmith;	state dead;
branches;
next	1.8;

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

1.7
date	98.01.24.02.21.52;	author eivind;	state Exp;
branches;
next	1.6;

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

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

1.4
date	96.09.22.21.56.54;	author wosch;	state Exp;
branches
	1.4.2.1;
next	1.3;

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

1.2
date	96.03.21.08.18.26;	author pst;	state Exp;
branches;
next	1.1;

1.1
date	96.03.16.22.06.26;	author pst;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.03.16.22.06.26;	author pst;	state Exp;
branches;
next	;

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


desc
@@


1.9
log
@Remove qcam LKM.
Submitted by:	pst
@
text
@#	$Id: Makefile,v 1.8 1998/02/01 18:12:15 bde Exp $

.PATH:	${.CURDIR}/../../sys/i386/isa
KMOD	= qcam_mod
SRCS	= qcam.c qcamio.c opt_devfs.h qcam.h
MAN8	= qcam.8

CFLAGS		+= -DQCAM_MODULE
CLEANFILES	+= opt_devfs.h qcam.h

opt_devfs.h:
	touch opt_devfs.h

qcam.h:
	echo "#define NQCAM 1" > qcam.h

afterinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	${.CURDIR}/qcam ${DESTDIR}/usr/bin

.include <bsd.kmod.mk>
@


1.8
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.7 1998/01/24 02:21:52 eivind Exp $
@


1.7
log
@LKM-support for converting all file-system options to new-style options.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.6 1997/02/22 12:48:52 peter Exp $
d8 1
a8 1
CFLAGS		+= -I. -DQCAM_MODULE
@


1.6
log
@Revert $FreeBSD$ back to $Id$
@
text
@d1 1
a1 1
#	$Id$
d5 1
a5 1
SRCS	= qcam.c qcamio.c qcam.h
d9 4
a12 1
CLEANFILES	+= qcam.h
@


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
@add forgotten $Id$
@
text
@d1 1
a1 1
#	$Id$
@


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


1.3
log
@Don't (re)define or use ACTUALLY_LKM_NOT_KERNEL - use the existing
definition of QCAM_MODULE for everything involving LKM'ness.

Makefile:
Don't add -I/sys to CFLAGS.  bsd.kmod.mk adds the correct (relative)
path.
@
text
@d1 2
@


1.2
log
@Add in both parts of the driver.  LKM qcam driver now works.
@
text
@d6 1
a6 1
CFLAGS		+= -I. -I/sys -DQCAM_MODULE -DACTUALLY_LKM_NOT_KERNEL
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
SRCS	= qcam.c qcam.h
@


1.1.1.1
log
@Bring in support code to make QuickCam driver a LKM.

Stolen from: jmz
@
text
@@
