head	1.7;
access;
symbols
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE:1.2
	sgi_routed_960827:1.1.3.3
	sgi_routed_960722:1.1.3.2
	RELENG_2_1_5_RELEASE:1.2
	sgi_routed:1.1.3.1
	SGI:1.1.3
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.6
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.4
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2
	RELEASE_2_0:1.2
	BETA_2_0:1.2
	ALPHA_2_0:1.2.0.2
	bsd_44_lite:1.1.1.1
	CSRG:1.1.1;
locks; strict;
comment	@# @;


1.7
date	96.09.16.16.55.33;	author wollman;	state dead;
branches;
next	1.6;

1.6
date	96.08.27.16.21.50;	author wollman;	state Exp;
branches;
next	1.5;

1.5
date	96.07.22.21.12.12;	author wollman;	state Exp;
branches;
next	1.4;

1.4
date	96.05.30.16.31.29;	author wollman;	state Exp;
branches;
next	1.3;

1.3
date	96.02.28.18.47.46;	author wollman;	state Exp;
branches;
next	1.2;

1.2
date	94.08.05.16.30.41;	author wollman;	state Exp;
branches;
next	1.1;

1.1
date	94.05.26.06.38.58;	author rgrimes;	state Exp;
branches
	1.1.1.1
	1.1.3.1;
next	;

1.1.1.1
date	94.05.26.06.38.59;	author rgrimes;	state Exp;
branches;
next	;

1.1.3.1
date	96.05.30.16.19.08;	author wollman;	state Exp;
branches;
next	1.1.3.2;

1.1.3.2
date	96.07.22.20.56.15;	author wollman;	state Exp;
branches;
next	1.1.3.3;

1.1.3.3
date	96.08.27.16.12.45;	author wollman;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Delete old routed(8).
@
text
@#	From: @@(#)Makefile	8.1 (Berkeley) 6/19/93
#	$Id: Makefile,v 1.6 1996/08/27 16:21:50 wollman Exp wollman $

PROG=	routed
SRCS=	if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
MAN8=	routed.8
SUBDIR=	rtquery
#COPTS=	-g -DDEBUG -Wall

.include <bsd.prog.mk>
@


1.6
log
@Merge new routed from vendor branch.
@
text
@d2 1
a2 1
#	$Id$
@


1.5
log
@Merge from vendor branch.  The rttrace program is gone (subsumed by rtquery).
There is a new routed.h which wil be imported separately.
@
text
@d1 2
a2 1
#	@@(#)Makefile	8.1 (Berkeley) 6/19/93
d8 1
@


1.4
log
@Copy SGI routed onto head.
@
text
@d6 1
a6 1
SUBDIR=	rtquery rttrace
@


1.3
log
@Clean up Makefile.  Still needs -lcompat for insque/remque.
@
text
@a1 1
#	$Id$
d4 1
a4 2
SRCS=	af.c if.c input.c main.c output.c startup.c tables.c timer.c \
	trace.c inet.c
d6 1
a6 3
#SUBDIR=	query trace
DPADD=	${LIBCOMPAT}
LDADD=	-lcompat
@


1.2
log
@Get rid of update.  Make man page installation work with our scheme
(and rename a few in the process).
@
text
@d2 1
a12 11

.if (${MACHINE} == "vax")
# The following can be deleted where not appropriate to use the kernel's
# inline code expansions.
INLINE=	/sys/vax/inline/obj/inline
C2=	/usr/libexec/c2
.c.o:
	${CC} -S ${CFLAGS} ${.CURDIR}/${.PREFIX}.c
	@@${C2} ${.PREFIX}.s | ${INLINE} | ${AS} -o ${.PREFIX}.o
	@@rm -f ${.PREFIX}.s
.endif
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
MAN8=	routed.0
@


1.1.3.1
log
@SGI's version of routed(8), including support for router discovery,
RIP version 2, and better configuration.  Thanks to Vernon Schryver
at SGI for doing the work to make this available to the free software
community.  This import is mostly conflicts because of the trailing
whitespace issue.

Obtained from: Vernon Schryver <vjs@@mica.denver.sgi.com>
@
text
@d4 6
a9 3
SRCS=	if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
MAN8=	routed.8
SUBDIR=	rtquery rttrace
d12 11
@


1.1.3.2
log
@The latest and greatest routed from Vern Schryver.  This version includes
many fixes to router discovery, including a number of endianness bug
fixes.  (Router discovery appears to actually work now.)  This should
be the end of it for the Sun `rdisc' program.  (People currently using
rdisc(8) should be able to go back to routed again.)

Obtained from: Vernon J. Schryver <vjs@@mica.denver.sgi.com>
@
text
@d6 1
a6 1
SUBDIR=	rtquery
@


1.1.3.3
log
@Latest version of routed from Vern Schryver @@ SGI.  This version fixes the
bug where ICMP redirects would cause routes to be deleted even in cases where
it wasn't warranted.

Submitted by:	Vernon J. Schryver <vjs@@mica.denver.sgi.com>
@
text
@d5 1
a5 1
MAN8=	routed.0
a6 3
DPADD=	${LIBCOMPAT}
LDADD=	-lcompat
#COPTS=	-g -DDEBUG -Wall
a8 11

.if (${MACHINE} == "vax")
# The following can be deleted where not appropriate to use the kernel's
# inline code expansions.
INLINE=	/sys/vax/inline/obj/inline
C2=	/usr/libexec/c2
.c.o:
	${CC} -S ${CFLAGS} ${.CURDIR}/${.PREFIX}.c
	@@${C2} ${.PREFIX}.s | ${INLINE} | ${AS} -o ${.PREFIX}.o
	@@rm -f ${.PREFIX}.s
.endif
@


1.1.1.1
log
@BSD 4.4 Lite sbin -> usr.sbin Sources
Note: The sources for XNSrouted and routed are being imported to usr.sbin
instead of sbin.
@
text
@@
