summaryrefslogtreecommitdiffstats
path: root/eBones/libexec/telnetd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* *GULP* Punt this into the attic. It is no longer used.markm1997-10-031-28/+0
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Big clean-up job. Remove ancient and never-to-be used stuff.markm1996-03-111-39/+4
| | | | The look much more like BSD Makefiles now.
* Sense MAKE_EBONES, DESTDIRache1996-03-091-5/+11
| | | | SRCS, DPADD cleanup
* Remove MAKE_EBONES conditionals. They were originally placed here becausegibbs1995-10-111-2/+0
| | | | of missing functionality in our libkrb which is no longer a problem.
* Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makesgibbs1995-09-161-2/+2
| | | | secure reference the libraries that were just build instead of in /usr/lib.
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.gibbs1995-09-141-5/+1
|
* Do NOT compile with -DKLUDGELINEMODE...hoses many telnet clientspst1995-08-281-4/+8
|
* Comment out LDADD+=-ldescrypt, it is not yet active due toache1995-08-051-1/+2
| | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too.
* Final cleanup pass through Makefiles, now this stuffache1995-07-241-2/+7
| | | | | | autodetect kerberos/eBones and work even with eBones, but with reduced functionality (don't pick up des/krb stuff in this case)
* Add -ldescrypt, or wrong crypt version can be picked from libcache1995-07-241-0/+1
| | | | | | Reviewed by: Submitted by: Obtained from:
* Since this stuff not works with eBones, ifdef kerberos stuffache1995-07-241-0/+6
| | | | | | | with MAKE_KERBEROS to allow other things to live Reviewed by: Submitted by: Obtained from:
* Update telnet to the 95.05.31 release.pst1995-07-201-2/+11
| | | | Obtained from: Dave Borman <dab@cray.com>
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-1/+1
|
* Move the telnetd with encryption to src/securecsgr1994-08-121-0/+37
This needs tidying up and having makefiles sorted out later. Reviewed by: Geoff Rehmet
OpenPOWER on IntegriCloud