diff options
| author | Mark Murray <markm@FreeBSD.org> | 1996-04-13 08:03:24 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1996-04-13 08:03:24 +0000 |
| commit | bb230f68ca49e67530e46537580d31abf9a565f1 (patch) | |
| tree | b580c6a56f76ecbb70e66abecd9466912e09a04c /secure/lib/libcipher/Makefile | |
| parent | 74bf61cc440cd2449484cd4f1d2cd4b7d9d7c86b (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcipher/Makefile')
| -rw-r--r-- | secure/lib/libcipher/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/secure/lib/libcipher/Makefile b/secure/lib/libcipher/Makefile index 84e14060efb1..c0cd46ac055c 100644 --- a/secure/lib/libcipher/Makefile +++ b/secure/lib/libcipher/Makefile @@ -1,17 +1,15 @@ # -# $Id: Makefile,v 1.5 1996/03/17 15:43:32 markm Exp $ +# $Id: Makefile,v 1.8 1996/04/11 07:08:09 markm Exp $ # - LIB= cipher SRCS= crypt.c PRECIOUSLIB= yes #NOPROFILE= yes -#MAN3= crypt.0 -MAN3= crypt.3 -MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3 -MLINKS+=crypt.3 des_cipher.3 crypt.3 des_setkey.3 +MAN3= cipher.3 +MLINKS= cipher.3 encrypt.3 cipher.3 setkey.3 +MLINKS+=cipher.3 des_cipher.3 cipher.3 des_setkey.3 #SUBDIR= test |
