artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83c2a8a
)
tweak -W options
author
guenther
<guenther@openbsd.org>
Sun, 20 Jul 2014 04:57:31 +0000
(
04:57
+0000)
committer
guenther
<guenther@openbsd.org>
Sun, 20 Jul 2014 04:57:31 +0000
(
04:57
+0000)
usr.bin/telnet/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/telnet/Makefile
b/usr.bin/telnet/Makefile
index
a855887
..
6ac5878
100644
(file)
--- a/
usr.bin/telnet/Makefile
+++ b/
usr.bin/telnet/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.3
1 2014/07/19 23:50:38
guenther Exp $
+# $OpenBSD: Makefile,v 1.3
2 2014/07/20 04:57:31
guenther Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@
-33,7
+33,7
@@
PROG= telnet
CFLAGS+=-DKLUDGELINEMODE -DSKEY -I${.CURDIR}
-CFLAGS+= -Wall
-Wno-unused -Werror-implicit-function-declaration
+CFLAGS+= -Wall
LDADD+= -lcurses
DPADD= ${LIBCURSES}