aboutsummaryrefslogtreecommitdiffstats
path: root/remote_cmds/telnet.tproj/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-13 14:30:23 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-13 15:16:03 -0400
commit73ee5682ebb4865da9ba397b95bb81cf6ce073a6 (patch)
tree6e54e0cec0c8031d8a999cf1be5b608aa565f62f /remote_cmds/telnet.tproj/Makefile
parent5fc4320ea24afec67d4e6d4032cc8ecb7857678b (diff)
downloadapple_cmds-73ee5682ebb4865da9ba397b95bb81cf6ce073a6.tar.gz
apple_cmds-73ee5682ebb4865da9ba397b95bb81cf6ce073a6.tar.zst
apple_cmds-73ee5682ebb4865da9ba397b95bb81cf6ce073a6.zip
remote_cmds: use libiosexec
Diffstat (limited to 'remote_cmds/telnet.tproj/Makefile')
-rw-r--r--remote_cmds/telnet.tproj/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_cmds/telnet.tproj/Makefile b/remote_cmds/telnet.tproj/Makefile
index 929341e..af7c6b1 100644
--- a/remote_cmds/telnet.tproj/Makefile
+++ b/remote_cmds/telnet.tproj/Makefile
@@ -7,7 +7,7 @@ CFLAGS+=-DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK \
-DAUTHENTICATION -DSKEY -DIPSEC -DINET6 -DFORWARD \
-I${.CURDIR}/../../lib
# -DENCRYPTION -DKRB4
-LDADD=-lncursesw -lipsec
+LDADD=-lncursesw -lipsec -liosexec
.PATH: ${.CURDIR}/../../lib/libtelnet