aboutsummaryrefslogtreecommitdiff
path: root/secure/libexec/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* The including makefile's directory is tried first for .include "...".Ruslan Ermilov2003-04-301-2/+2
| | | | Notes: svn path=/head/; revision=114283
* secure/ build fixes:Ruslan Ermilov2001-03-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | - TELNETOBJDIR is gone. `buildworld' already installs libtelnet.a in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there. - SSHDIR (formerly SSHSRC) is now shared between all SSH modules. New LIBSSH is introduced for libssh.a (an internal static lib). Previously, build without prior `obj' was broken; SSH modules always looked for libssh.a in ${.OBJDIR}. Also, the dependancies on the libssh.a were missing. - libtelnet/ did not install the crypto version of telnet.h into /usr/include/arpa. - Removed BINOWN, BINMODE, BINDIR and SRCS with default values. Reviewed by: markm - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74818
* Make telnet with SRA work.Mark Murray1999-10-071-0/+4
| | | | | | | Submitted by: Nick Sayer Notes: svn path=/head/; revision=51993
* Secure telnet is now in eBones.Mark Murray1996-11-071-6/+0
| | | | Notes: svn path=/head/; revision=19502
* Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makesJustin T. Gibbs1995-09-161-1/+3
| | | | | | | secure reference the libraries that were just build instead of in /usr/lib. Notes: svn path=/head/; revision=10814
* After pst and ache fixed secure telnet, it was still not in the mainMark Murray1995-07-291-0/+1
| | | | | | | | | | | | makefiles. This puts it in. PLEASE NOTE - YOU WILL NEED TO BUILD AND INSTALL THE libtelnet IN secure/ Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9760
* Point to proper DESTDIR nowAndrey A. Chernov1995-07-241-0/+3
Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9684