diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-07-20 05:29:40 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-07-20 05:29:40 +0000 |
commit | 6ee5d6891d12d18cca8c224d8bfde93816bd6982 (patch) | |
tree | df6d1d7b4e0072f20f254868e27f61a1de6c1b81 | |
parent | dd94511af33cc91606fa28ff16854e5e28e71497 (diff) |
Don't need -I${.CURDIR}
-rw-r--r-- | usr.bin/telnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |