This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1de038230a
freebsd-dev
/
secure
/
libexec
/
Makefile.inc
6 lines
77 B
PHP
Raw
Normal View
History
Unescape
Escape
Make telnet with SRA work. Submitted by: Nick Sayer
1999-10-07 19:47:09 +00:00
# $FreeBSD$
secure/ build fixes: - 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.
2001-03-26 14:53:33 +00:00
BINDIR
?
=
/
usr
/
libexec
Make telnet with SRA work. Submitted by: Nick Sayer
1999-10-07 19:47:09 +00:00
.
include
"
${
.CURDIR
}
/../../Makefile.inc
"
Reference in New Issue
Copy Permalink