diff options
author | csgr <csgr@FreeBSD.org> | 1994-09-07 21:18:08 +0000 |
---|---|---|
committer | csgr <csgr@FreeBSD.org> | 1994-09-07 21:18:08 +0000 |
commit | f5ee65e487cd3843fa0f175d0e518df50b390107 (patch) | |
tree | 3f78a2359842af6be4972b84ee1a7e770c24ae80 /secure/lib/libcipher/Makefile | |
download | FreeBSD-src-f5ee65e487cd3843fa0f175d0e518df50b390107.zip FreeBSD-src-f5ee65e487cd3843fa0f175d0e518df50b390107.tar.gz |
Bring in the 1.1.x international libcrypt, which
will in due course become libcipher.
Based on David Burren's FreeSEC
Submitted by: Geoff.
Diffstat (limited to 'secure/lib/libcipher/Makefile')
-rw-r--r-- | secure/lib/libcipher/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/secure/lib/libcipher/Makefile b/secure/lib/libcipher/Makefile new file mode 100644 index 0000000..47650e5 --- /dev/null +++ b/secure/lib/libcipher/Makefile @@ -0,0 +1,15 @@ +# +# $Id: Makefile,v 1.1 1994/09/07 08:55:24 g89r4222 Exp $ +# + +SUBDIR= test + +LIB= crypt +SRCS= crypt.c + +#MAN3= crypt.0 +#MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3 +#MLINKS+=crypt.3 des_cipher.3 crypt.3 des_setkey.3 + +.include <bsd.lib.mk> +.include <bsd.subdir.mk> |