diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-08-19 15:04:32 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-08-19 15:04:32 +0000 |
| commit | 5608fd23c27fa1e8ee595d7b678cbfd35d657fbe (patch) | |
| tree | f5585fe1edc0507d12a8ac9729befa9b67327239 /usr.bin/telnet | |
| parent | 7e1c22c4764b44758d6a65bad9fc5c6c108737d0 (diff) | |
Notes
Diffstat (limited to 'usr.bin/telnet')
| -rw-r--r-- | usr.bin/telnet/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index a683f0a466506..b88f8e1a532c6 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -13,8 +13,6 @@ SRCS= commands.c main.c network.c ring.c sys_bsd.c \ CFLAGS+= -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DOPIE \ -I${TELNETDIR} -I${TELNETDIR}/libtelnet/ -NO_PIE= yes - .if ${MK_INET6_SUPPORT} != "no" CFLAGS+= -DINET6 .endif |
