freebsd-nq/usr.sbin/routed/Makefile
Garrett Wollman 1823680765 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>
1996-07-22 20:56:54 +00:00

9 lines
182 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/19/93
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
.include <bsd.prog.mk>