head	1.9;
access;
symbols
	RELENG_2_2_8_RELEASE:1.3
	RELENG_3_0_0_RELEASE:1.7
	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;
locks; strict;
comment	@# @;


1.9
date	98.12.27.19.38.07;	author sos;	state dead;
branches;
next	1.8;

1.8
date	98.11.11.07.04.49;	author peter;	state Exp;
branches;
next	1.7;

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

1.6
date	98.01.24.02.21.51;	author eivind;	state Exp;
branches;
next	1.5;

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

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

1.3
date	96.09.22.21.56.49;	author wosch;	state Exp;
branches
	1.3.2.1;
next	1.2;

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

1.1
date	96.03.16.01.35.47;	author jmz;	state Exp;
branches;
next	;

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


desc
@@


1.9
log
@Remove LKM's depricated by modules.
@
text
@#	$Id: Makefile,v 1.8 1998/11/11 07:04:49 peter Exp $

.PATH:	${.CURDIR}/../../sys/i386/isa
KMOD	= joy_mod
SRCS	= joy.c joy.h opt_devfs.h
MAN8	= joy.8

CFLAGS		+= -DJOY_MODULE
CLEANFILES	+= joy.h opt_devfs.h

joy.h:
	echo "#define NJOY 1" > joy.h

opt_devfs.h:
	touch opt_devfs.h


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

.include <bsd.kmod.mk>
@


1.8
log
@Install kld version (there can be only one)
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.7 1998/02/01 18:12:15 bde Exp $
@


1.7
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.6 1998/01/24 02:21:51 eivind Exp $
d18 3
a20 3
afterinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	${.CURDIR}/joy ${DESTDIR}/usr/bin
@


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


1.5
log
@Revert $FreeBSD$ back to $Id$
@
text
@d1 1
a1 1
#	$Id$
d5 1
a5 1
SRCS	= joy.c joy.h
d9 1
a9 1
CLEANFILES	+= joy.h
d13 3
@


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


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


1.2
log
@Don't (re)define ACTUALLY_LKM_NOT_KERNEL.  It wasn't even used by the
joy driver proper.

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


1.1
log
@Build LKM for joystick driver.
@
text
@d6 1
a6 1
CFLAGS		+= -I. -I/sys -DJOY_MODULE -DACTUALLY_LKM_NOT_KERNEL
@
