From 6ccdd5755104cc544fcc435300520ccd58572e2b Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Fri, 15 May 1998 02:22:44 +0000 Subject: build with -Wall --- libexec/telnetd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec') diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 1571d928ba6..de93599430a 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 1998/03/12 04:53:06 art Exp $ +# $OpenBSD: Makefile,v 1.5 1998/05/15 02:22:43 art Exp $ # from: @(#)Makefile 8.2 (Berkeley) 12/15/93 # $NetBSD: Makefile,v 1.6 1996/02/24 01:22:12 jtk Exp $ PROG= telnetd CFLAGS+=-DLINEMODE -DKLUDGELINEMODE -DUSE_TERMIO -DDIAGNOSTICS -CFLAGS+=-DOLD_ENVIRON -DENV_HACK -I${.CURDIR} +CFLAGS+=-DOLD_ENVIRON -DENV_HACK -I${.CURDIR} -Wall -Wno-unused SRCS= authenc.c global.c slc.c state.c sys_term.c telnetd.c \ termstat.c utility.c DPADD= ${LIBUTIL} ${LIBTERM} ${LIBTELNET} -- cgit v1.2.3