summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1998-05-15 02:22:44 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1998-05-15 02:22:44 +0000
commit6ccdd5755104cc544fcc435300520ccd58572e2b (patch)
tree47f2e5a2f2309ddd4ef8c88c03698c1fe3d4b6e2 /libexec
parent680dadba4bdb94472f4abe1398b639d85270eae3 (diff)
build with -Wall
Diffstat (limited to 'libexec')
-rw-r--r--libexec/telnetd/Makefile4
1 files changed, 2 insertions, 2 deletions
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}