freebsd-dev/sbin/routed/rtquery/Makefile
Garrett Wollman d5b718b3ee Latest version of SGI routed courtesy of Vern Schryver. This version
adds the capability to use MD5 authentication as defined in the latest
documents.

Submitted by:	Vernon J. Schryver <vjs@mica.denver.sgi.com>
1996-11-19 20:23:47 +00:00

10 lines
169 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= rtquery
SRCS= rtquery.c md5.c
MAN8= rtquery.0
#COPTS= -g -DDEBUG -Wall
.include "../../Makefile.inc"
.include <bsd.prog.mk>