diff options
author | pst <pst@FreeBSD.org> | 1994-09-07 07:16:52 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-09-07 07:16:52 +0000 |
commit | 62391009757751f11deb63fb9ed07fab5976c86c (patch) | |
tree | 3338026f496299ffb19b908a2e261fccfd04df47 /secure/usr.bin/Makefile | |
parent | 96c9b991deb174f82e224905dc7842646a45146c (diff) | |
download | FreeBSD-src-62391009757751f11deb63fb9ed07fab5976c86c.zip FreeBSD-src-62391009757751f11deb63fb9ed07fab5976c86c.tar.gz |
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
Diffstat (limited to 'secure/usr.bin/Makefile')
-rw-r--r-- | secure/usr.bin/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile new file mode 100644 index 0000000..a539739 --- /dev/null +++ b/secure/usr.bin/Makefile @@ -0,0 +1,7 @@ +# $Id$ + +# XXX telnet still needs work +SUBDIR= bdes + +.include <bsd.subdir.mk> + |