diff options
author | provos <> | 1997-02-16 20:58:17 +0000 |
---|---|---|
committer | provos <> | 1997-02-16 20:58:17 +0000 |
commit | b0e0ca363d82adf8768f67857659b9590e0e6954 (patch) | |
tree | fdc223ac0257494dbbe4e6b0693bcc2a40850e76 /src/lib/libc/crypt/Makefile.inc | |
parent | 0a5b7d77fd81d87e46c094bd277936a81ba6ce62 (diff) | |
download | openbsd-b0e0ca363d82adf8768f67857659b9590e0e6954.tar.gz openbsd-b0e0ca363d82adf8768f67857659b9590e0e6954.tar.bz2 openbsd-b0e0ca363d82adf8768f67857659b9590e0e6954.zip |
prelim manpage, cleanup, fixed crippled plaintext: sed does a nice
job on replacing everything, just wouldnt skip it
Diffstat (limited to 'src/lib/libc/crypt/Makefile.inc')
-rw-r--r-- | src/lib/libc/crypt/Makefile.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libc/crypt/Makefile.inc b/src/lib/libc/crypt/Makefile.inc index 82091eaaae..af67278f44 100644 --- a/src/lib/libc/crypt/Makefile.inc +++ b/src/lib/libc/crypt/Makefile.inc | |||
@@ -1,10 +1,11 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.6 1997/02/13 16:59:53 provos Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.7 1997/02/16 20:58:11 provos Exp $ |
2 | 2 | ||
3 | .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/crypt ${.CURDIR}/crypt | 3 | .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/crypt ${.CURDIR}/crypt |
4 | 4 | ||
5 | SRCS+= crypt.c morecrypt.c md5crypt.c arc4random.c blowfish.c | 5 | SRCS+= crypt.c morecrypt.c md5crypt.c arc4random.c blowfish.c |
6 | SRCS+= bcrypt.c | 6 | SRCS+= bcrypt.c |
7 | 7 | ||
8 | MAN+= crypt.3 | 8 | MAN+= crypt.3 blowfish.3 |
9 | MLINKS+=crypt.3 encrypt.3 crypt.3 setkey.3 crypt.3 des_cipher.3 | 9 | MLINKS+=crypt.3 encrypt.3 crypt.3 setkey.3 crypt.3 des_cipher.3 |
10 | MLINKS+=crypt.3 des_setkey.3 | 10 | MLINKS+=crypt.3 des_setkey.3 blowfish.3 blf_key.3 blowfish.3 blf_enc.3 |
11 | MLINKS+=blowfish.3 blf_dec.3 | ||