This website requires JavaScript.
Explore
Help
Register
Sign In
hardenedbsd
/
HardenedBSD
Watch
1
Star
0
Fork
0
You've already forked HardenedBSD
mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced
2024-11-24 09:13:37 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2ef74d2289
HardenedBSD
/
secure
/
usr.bin
/
Makefile.inc
6 lines
73 B
PHP
Raw
Normal View
History
Unescape
Escape
$Id$ -> $FreeBSD$
1999-08-28 03:35:59 +02:00
# $FreeBSD$
Remove static in front of declarations for des_setkey and des_cipher so that linking against -lcrypt (-ldescrypt) will give us the good versions instead of the stubs in libc. (These changes need to be made to the non-US version of libdescrypt too!) Allow building and support for bdes program. A bit more work still needs to be done on secure telnet. Submitted by: pst
1994-09-07 09:16:52 +02: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 16:53:33 +02:00
BINDIR
?
=
/
usr
/
bin
Make the "distribute" target build the "des" distribution. Make des'ed init and ed, by pointing to real sources.
1994-11-14 21:45:35 +01:00
.
include
"
${
.CURDIR
}
/../../Makefile.inc
"
Reference in New Issue
Copy Permalink