artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58f11bc
)
Don't need -I${.CURDIR}
author
guenther
<guenther@openbsd.org>
Sun, 20 Jul 2014 05:29:39 +0000
(
05:29
+0000)
committer
guenther
<guenther@openbsd.org>
Sun, 20 Jul 2014 05:29:39 +0000
(
05:29
+0000)
usr.bin/telnet/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/telnet/Makefile
b/usr.bin/telnet/Makefile
index
6ac5878
..
a1a5810
100644
(file)
--- a/
usr.bin/telnet/Makefile
+++ b/
usr.bin/telnet/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.3
2 2014/07/20 04:57:31
guenther Exp $
+# $OpenBSD: Makefile,v 1.3
3 2014/07/20 05:29:39
guenther Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@
-32,7
+32,7
@@
PROG= telnet
-CFLAGS+=-DKLUDGELINEMODE -DSKEY
-I${.CURDIR}
+CFLAGS+=-DKLUDGELINEMODE -DSKEY
CFLAGS+= -Wall
LDADD+= -lcurses
DPADD= ${LIBCURSES}