From: guenther Date: Sun, 20 Jul 2014 05:29:39 +0000 (+0000) Subject: Don't need -I${.CURDIR} X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2cb97346a3d7e760a9665f47c9142f31bda01856;p=openbsd Don't need -I${.CURDIR} --- diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index 6ac5878d791..a1a5810bd2b 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2014/07/20 04:57:31 guenther Exp $ +# $OpenBSD: Makefile,v 1.33 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}