From: ericj Date: Mon, 10 Apr 2000 20:39:05 +0000 (+0000) Subject: proxy function not used/needed X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b3c079ea0fddf9f282c5ca23ed45775569824c46;p=openbsd proxy function not used/needed --- diff --git a/libexec/identd/Makefile b/libexec/identd/Makefile index cf86b4dd5a6..08b49134b43 100644 --- a/libexec/identd/Makefile +++ b/libexec/identd/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.4 1998/06/10 03:49:38 beck Exp $ +# $Id: Makefile,v 1.5 2000/04/10 20:39:05 ericj Exp $ PROG= identd -SRCS= identd.c openbsd.c parse.c proxy.c version.c +SRCS= identd.c openbsd.c parse.c version.c MAN= identd.8 CFLAGS+= -Wall -Werror