mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
21b4fe120d
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
8 lines
78 B
Makefile
8 lines
78 B
Makefile
# $Id$
|
|
|
|
# XXX telnet still needs work
|
|
SUBDIR= bdes
|
|
|
|
.include <bsd.subdir.mk>
|
|
|