diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-06-08 17:29:31 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-06-08 17:29:31 +0000 |
commit | 864c53ead899f7838cd2e1cca3b485a4a82f5cdc (patch) | |
tree | 770fe42f243492477db77896e2564375cd017ad4 /libexec/telnetd | |
parent | 590d63632198eb31acebf50673f1568c2e8f3fda (diff) | |
download | src-864c53ead899f7838cd2e1cca3b485a4a82f5cdc.tar.gz src-864c53ead899f7838cd2e1cca3b485a4a82f5cdc.zip |
Notes
Diffstat (limited to 'libexec/telnetd')
-rw-r--r-- | libexec/telnetd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 4300d0dd9254..a63b937231e5 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -20,6 +20,8 @@ WFORMAT?= 0 CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON \ -DENV_HACK -DSTREAMSPTY +NO_PIE= yes + .if ${MK_INET6_SUPPORT} != "no" CFLAGS+= -DINET6 .endif |