This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-02-12 23:36:07 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c66ca7723b
opnsense-src
/
secure
/
libexec
/
Makefile.inc
6 lines
63 B
PHP
Raw
Normal View
History
Unescape
Escape
The including makefile's directory is tried first for .include "...".
2003-04-30 03:54:39 -04:00
# $FreeBSD$
Make telnet with SRA work. Submitted by: Nick Sayer
1999-10-07 15:47:09 -04:00
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 09:53:33 -05:00
BINDIR
?
=
/
usr
/
libexec
The including makefile's directory is tried first for .include "...".
2003-04-30 03:54:39 -04:00
.
include
"
../Makefile.inc
"
Reference in a new issue
Copy permalink