summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove kludges intended to support src trees with partial obj trees.des2005-06-101-4/+0
| | | | Discussed with: ru
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
|
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-1/+0
| | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004
* Make sure that a "make release" (more accurately the bit that makesmarkm2003-07-241-0/+2
| | | | | the crunched binary) get a non-cryptographic telnet. This is overkill in that it covers stuff that is not normally used in a crunched binary.
* Ensure that for the cryptographic instances of *telnet*, the "crypto"markm2003-07-241-0/+1
| | | | distribution is used. This only affects release-building.
* Test correct macro for "without crypto" option(s).markm2003-07-201-1/+1
|
* Very big makeover in the way telnet, telnetd and libtelnet are built.markm2003-07-161-11/+16
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.markm2001-12-121-2/+0
|
* Diff-reduce WRT src/secure/*telnet*/Makefile.markm2001-11-301-3/+14
| | | | | Also, add an "unifdef:" target, so that the telnet sources can be remade from the crypto sources in src/crypto/telnet.
* Code merge and diff reduction between this and crypto telnet.markm2001-08-201-58/+13
| | | | | Also remove useless AUTHENTICATION code. We have never compiled this here, and it is doubtful that it even works without crypto.
* libtelnet.a is gone; add a special hack for `make release' fixit floppy.ru2001-03-311-3/+8
|
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.ru2001-03-281-1/+7
| | | | Approved by: markm
* Do not compile INET6 support if RELEASE_CRUNCH is definedluigi2001-02-181-1/+1
| | | | (used by install floppy/picobsd)
* Fixed misspelling of DPADD as DPADDA.bde2000-03-271-3/+2
| | | | Fixed some misformattings.
* Use libcrypto in place of libdes.markm2000-02-241-4/+0
|
* fix breakage of make release.shin2000-01-291-3/+10
| | | | Confirmed by: German Tischler <tanis@gaspode.franken.de>
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-271-2/+4
| | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project
* Nearly missed this one. Turn off -DTERMCAP otherwise it defines a bunchpeter1999-08-301-1/+1
| | | | of conflicting symbols with ncurses.
* Use -DSKEY instead of wrong -DPATH_SKEYache1997-01-101-1/+1
|
* Import a few relatively minor fixes from current Borman telnet.pst1997-01-071-0/+1
| | | | | | | | | | Add some buffer overrun fixes from OpenBSD and myself. Add skey calculator kludge from OpenBSD. TODO: do a real merge of dab's sources... probably just make telnet and telnetd contrib software. Obtained from: OpenBSD, dab@bsdi.com
* Fixed DPADD.bde1996-09-051-1/+2
|
* Remove obsolete SOCKSv4 supportpst1996-05-301-8/+1
|
* Add support for sockspst1996-04-231-1/+8
|
* Oh foo. I should a) learn to read. b) learn to think. :-)jkh1995-08-281-1/+1
| | | | | | Telnet has nothing to do with this, it's telnetd and telnetd doesn't use KLUDGELINEMODE so that theory is washed up. Anyway, back out previous commit and slink away with red face.
* Remove -DKLUDGELINEMODE again; it's breaking things and Paul T. saysjkh1995-08-281-1/+1
| | | | it's a bug anyway.
* Fix big f*ckup by doing "make nocrypt"csgr1994-08-271-14/+0
| | | | | (Don't think I don't realize what a big f*ckup this was.) Submitted by: geoff.
* Don't do Kerberos yet, we aren't ready for it.wollman1994-08-051-3/+3
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+73
OpenPOWER on IntegriCloud