2000-03-27 11:37:32 -05:00
|
|
|
# $FreeBSD$
|
1994-05-27 08:33:43 -04:00
|
|
|
|
2014-05-06 00:22:01 -04:00
|
|
|
.include <src.opts.mk>
|
2006-03-17 13:54:44 -05:00
|
|
|
|
2017-03-12 14:58:44 -04:00
|
|
|
TELNETDIR= ${SRCTOP}/contrib/telnet
|
Very big makeover in the way telnet, telnetd and libtelnet are built.
Previously, there were two copies of telnet; a non-crypto version
that lived in the usual places, and a crypto version that lived in
crypto/telnet/. The latter was built in a broken manner somewhat akin
to other "contribified" sources. This meant that there were 4 telnets
competing with each other at build time - KerberosIV, Kerberos5,
plain-old-secure and base. KerberosIV is no longer in the running, but
the other three took it in turns to jump all over each other during a
"make buildworld".
As the crypto issue has been clarified, and crypto _calls_ are not
a problem, crypto/telnet has been repo-copied to contrib/telnet,
and with this commit, all telnets are now "contribified". The contrib
path was chosen to not destroy history in the repository, and differs
from other contrib/ entries in that it may be worked on as "normal"
BSD code. There is no dangerous crypto in these sources, only a
very weak system less strong than enigma(1).
Kerberos5 telnet and Secure telnet are now selected by using the usual
macros in /etc/make.conf, and the build process is unsurprising and
less treacherous.
2003-07-16 16:59:15 -04:00
|
|
|
.PATH: ${TELNETDIR}/telnet
|
|
|
|
|
|
2001-08-20 08:21:31 -04:00
|
|
|
PROG= telnet
|
1994-05-27 08:33:43 -04:00
|
|
|
|
2001-11-30 16:34:51 -05:00
|
|
|
SRCS= commands.c main.c network.c ring.c sys_bsd.c \
|
|
|
|
|
telnet.c terminal.c utilities.c
|
|
|
|
|
|
2001-08-20 08:21:31 -04:00
|
|
|
CFLAGS+= -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DOPIE \
|
Very big makeover in the way telnet, telnetd and libtelnet are built.
Previously, there were two copies of telnet; a non-crypto version
that lived in the usual places, and a crypto version that lived in
crypto/telnet/. The latter was built in a broken manner somewhat akin
to other "contribified" sources. This meant that there were 4 telnets
competing with each other at build time - KerberosIV, Kerberos5,
plain-old-secure and base. KerberosIV is no longer in the running, but
the other three took it in turns to jump all over each other during a
"make buildworld".
As the crypto issue has been clarified, and crypto _calls_ are not
a problem, crypto/telnet has been repo-copied to contrib/telnet,
and with this commit, all telnets are now "contribified". The contrib
path was chosen to not destroy history in the repository, and differs
from other contrib/ entries in that it may be worked on as "normal"
BSD code. There is no dangerous crypto in these sources, only a
very weak system less strong than enigma(1).
Kerberos5 telnet and Secure telnet are now selected by using the usual
macros in /etc/make.conf, and the build process is unsurprising and
less treacherous.
2003-07-16 16:59:15 -04:00
|
|
|
-I${TELNETDIR} -I${TELNETDIR}/libtelnet/
|
2001-03-31 12:04:49 -05:00
|
|
|
|
2006-07-27 10:19:30 -04:00
|
|
|
.if ${MK_INET6_SUPPORT} != "no"
|
|
|
|
|
CFLAGS+= -DINET6
|
|
|
|
|
.endif
|
|
|
|
|
|
2010-01-02 05:27:05 -05:00
|
|
|
WARNS?= 2
|
|
|
|
|
|
2014-11-25 09:29:10 -05:00
|
|
|
LIBADD= telnet ncursesw
|
1994-05-27 08:33:43 -04:00
|
|
|
|
2007-07-05 04:56:46 -04:00
|
|
|
CFLAGS+= -DIPSEC
|
2014-11-25 09:29:10 -05:00
|
|
|
LIBADD+= ipsec
|
2000-01-29 08:45:44 -05:00
|
|
|
|
2006-03-17 13:54:44 -05:00
|
|
|
.if ${MK_OPENSSL} != "no"
|
2014-11-25 09:29:10 -05:00
|
|
|
SRCS+= authenc.c
|
2007-07-05 04:56:46 -04:00
|
|
|
CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DIPSEC
|
2014-11-25 09:29:10 -05:00
|
|
|
LIBADD+= mp crypto ipsec pam
|
2006-07-31 09:29:36 -04:00
|
|
|
.endif
|
|
|
|
|
|
2006-03-17 13:54:44 -05:00
|
|
|
.if ${MK_KERBEROS_SUPPORT} != "no"
|
Very big makeover in the way telnet, telnetd and libtelnet are built.
Previously, there were two copies of telnet; a non-crypto version
that lived in the usual places, and a crypto version that lived in
crypto/telnet/. The latter was built in a broken manner somewhat akin
to other "contribified" sources. This meant that there were 4 telnets
competing with each other at build time - KerberosIV, Kerberos5,
plain-old-secure and base. KerberosIV is no longer in the running, but
the other three took it in turns to jump all over each other during a
"make buildworld".
As the crypto issue has been clarified, and crypto _calls_ are not
a problem, crypto/telnet has been repo-copied to contrib/telnet,
and with this commit, all telnets are now "contribified". The contrib
path was chosen to not destroy history in the repository, and differs
from other contrib/ entries in that it may be worked on as "normal"
BSD code. There is no dangerous crypto in these sources, only a
very weak system less strong than enigma(1).
Kerberos5 telnet and Secure telnet are now selected by using the usual
macros in /etc/make.conf, and the build process is unsurprising and
less treacherous.
2003-07-16 16:59:15 -04:00
|
|
|
CFLAGS+= -DKRB5 -DFORWARD -Dnet_write=telnet_net_write
|
2014-11-25 09:29:10 -05:00
|
|
|
LIBADD+= krb5 roken
|
Very big makeover in the way telnet, telnetd and libtelnet are built.
Previously, there were two copies of telnet; a non-crypto version
that lived in the usual places, and a crypto version that lived in
crypto/telnet/. The latter was built in a broken manner somewhat akin
to other "contribified" sources. This meant that there were 4 telnets
competing with each other at build time - KerberosIV, Kerberos5,
plain-old-secure and base. KerberosIV is no longer in the running, but
the other three took it in turns to jump all over each other during a
"make buildworld".
As the crypto issue has been clarified, and crypto _calls_ are not
a problem, crypto/telnet has been repo-copied to contrib/telnet,
and with this commit, all telnets are now "contribified". The contrib
path was chosen to not destroy history in the repository, and differs
from other contrib/ entries in that it may be worked on as "normal"
BSD code. There is no dangerous crypto in these sources, only a
very weak system less strong than enigma(1).
Kerberos5 telnet and Secure telnet are now selected by using the usual
macros in /etc/make.conf, and the build process is unsurprising and
less treacherous.
2003-07-16 16:59:15 -04:00
|
|
|
.endif
|
2001-11-30 16:34:51 -05:00
|
|
|
|
1994-05-27 08:33:43 -04:00
|
|
|
.include <bsd.prog.mk>
|