d5b718b3ee
adds the capability to use MD5 authentication as defined in the latest documents. Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>
12 lines
237 B
Makefile
12 lines
237 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
|
|
LDADD+= -lmd
|
|
DPADD+= ${LIBMD}
|
|
#COPTS= -g -DDEBUG -Wall
|
|
|
|
.include <bsd.prog.mk>
|