summaryrefslogtreecommitdiffstats
path: root/secure/Makefile
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-09-07 07:16:52 +0000
committerpst <pst@FreeBSD.org>1994-09-07 07:16:52 +0000
commit62391009757751f11deb63fb9ed07fab5976c86c (patch)
tree3338026f496299ffb19b908a2e261fccfd04df47 /secure/Makefile
parent96c9b991deb174f82e224905dc7842646a45146c (diff)
downloadFreeBSD-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/Makefile')
-rw-r--r--secure/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/Makefile b/secure/Makefile
index 9df15e1..a99f9d3 100644
--- a/secure/Makefile
+++ b/secure/Makefile
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.2 1994/08/08 17:49:22 csgr Exp $
+# $Id: Makefile,v 1.3 1994/08/12 21:02:17 csgr Exp $
-SUBDIR= lib
+SUBDIR= lib usr.bin
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud