diff options
author | csgr <csgr@FreeBSD.org> | 1994-09-08 19:06:58 +0000 |
---|---|---|
committer | csgr <csgr@FreeBSD.org> | 1994-09-08 19:06:58 +0000 |
commit | 4ad4a882107a460adc4345855fc78c0a3950bb97 (patch) | |
tree | 29cec344768a9aa7f2660715b47c26b89250274e /secure | |
parent | 32f74b924458d181d230eb1855e5398431538d19 (diff) | |
download | FreeBSD-src-4ad4a882107a460adc4345855fc78c0a3950bb97.zip FreeBSD-src-4ad4a882107a460adc4345855fc78c0a3950bb97.tar.gz |
add libcipher to Makefile
Submitted by: Geoff.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile index acb42fe..d959863 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.1 1994/08/07 19:04:08 wollman Exp $ +# $Id: Makefile,v 1.1 1994/08/08 17:42:35 csgr Exp $ -SUBDIR= libcrypt +SUBDIR= libcipher libcrypt .include <bsd.subdir.mk> |