head	1.7;
access;
symbols
	RELENG_2_2_8_RELEASE:1.2.6.1
	RELENG_3_0_0_RELEASE:1.6
	RELENG_2_2_7_RELEASE:1.2.6.1
	RELENG_2_2_6_RELEASE:1.2.6.1
	RELENG_2_2_5_RELEASE:1.2
	RELENG_2_2_2_RELEASE:1.2
	RELENG_2_2_1_RELEASE:1.2
	RELENG_2_2_0_RELEASE:1.2
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE:1.2
	RELENG_2_2:1.2.0.6
	RELENG_2_2_BP:1.2
	RELENG_2_1_5_RELEASE:1.2
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.4
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2;
locks; strict;
comment	@# @;


1.7
date	98.12.27.19.38.06;	author sos;	state dead;
branches;
next	1.6;

1.6
date	98.02.01.18.12.14;	author bde;	state Exp;
branches;
next	1.5;

1.5
date	98.01.08.23.50.23;	author eivind;	state Exp;
branches;
next	1.4;

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

1.3
date	97.01.14.06.21.58;	author jkh;	state Exp;
branches;
next	1.2;

1.2
date	95.03.20.19.31.47;	author wollman;	state Exp;
branches
	1.2.4.1
	1.2.6.1;
next	1.1;

1.1
date	95.03.20.19.25.47;	author wollman;	state Exp;
branches;
next	;

1.2.4.1
date	99.09.05.11.21.51;	author peter;	state Exp;
branches;
next	;

1.2.6.1
date	98.03.06.05.26.56;	author jkh;	state Exp;
branches;
next	1.2.6.2;

1.2.6.2
date	99.09.05.11.20.32;	author peter;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove LKM's depricated by modules.
@
text
@#       $Id: Makefile,v 1.6 1998/02/01 18:12:14 bde Exp $

.PATH:  ${.CURDIR}/../../sys/net
KMOD=   if_sl_mod
SRCS=   if_sl.c slcompress.c bpfilter.h opt_inet.h sl.h
NOMAN=
PSEUDO_LKM=

NBPFILTER?=	0
NSL?=		2
PROTOS?=	-DINET

CFLAGS+= ${PROTOS}
CLEANFILES+=	bpfilter.h opt_inet.h sl.h

bpfilter.h:
	echo "#define NBPFILTER ${NBPFILTER}" > bpfilter.h

opt_inet.h:
	echo "#define INET 1" > opt_inet.h

sl.h:
	echo "#define NSL ${NSL}" > sl.h

.include <bsd.kmod.mk>
@


1.6
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.5 1998/01/08 23:50:23 eivind Exp $
@


1.5
log
@Make the LKMs compile with the INET option as a newstyle option in
opt_inet.h.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.4 1997/02/22 12:48:08 peter Exp $
a7 1
CFLAGS+= -I.
@


1.4
log
@Revert $FreeBSD$ back to $Id$
@
text
@d1 1
a1 1
#       $Id$
d5 1
a5 1
SRCS=   if_sl.c slcompress.c bpfilter.h sl.h
d15 1
a15 1
CLEANFILES+=	bpfilter.h sl.h
d19 3
@


1.3
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.2
log
@Forgot slcompress.c in SLIP module.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.1 1995/03/20 19:25:47 wollman Exp $
@


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


1.2.6.1
log
@MFC: primarily do-nothing commits just to facilitate future merging.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.2 1995/03/20 19:31:47 wollman Exp $
d5 1
a5 1
SRCS=   if_sl.c slcompress.c bpfilter.h opt_inet.h sl.h
d8 1
d14 2
a15 2
CFLAGS+= -I. ${PROTOS}
CLEANFILES+=	bpfilter.h opt_inet.h sl.h
a18 3

opt_inet.h:
	echo "#define INET 1" > opt_inet.h
@


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


1.1
log
@The discard, tunnel, SLIP, and PPP network interface pseudo-devices
are now dynamically loadable.  It doesn't make sense to do the same
for the loopback.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.1 1994/09/22 22:12:59 wollman Exp $
d5 1
a5 1
SRCS=   if_sl.c bpfilter.h sl.h
@
