summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/Makefile.inc
diff options
context:
space:
mode:
authorprovos <>1997-02-16 20:58:17 +0000
committerprovos <>1997-02-16 20:58:17 +0000
commitb0e0ca363d82adf8768f67857659b9590e0e6954 (patch)
treefdc223ac0257494dbbe4e6b0693bcc2a40850e76 /src/lib/libc/crypt/Makefile.inc
parent0a5b7d77fd81d87e46c094bd277936a81ba6ce62 (diff)
downloadopenbsd-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.inc7
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
5SRCS+= crypt.c morecrypt.c md5crypt.c arc4random.c blowfish.c 5SRCS+= crypt.c morecrypt.c md5crypt.c arc4random.c blowfish.c
6SRCS+= bcrypt.c 6SRCS+= bcrypt.c
7 7
8MAN+= crypt.3 8MAN+= crypt.3 blowfish.3
9MLINKS+=crypt.3 encrypt.3 crypt.3 setkey.3 crypt.3 des_cipher.3 9MLINKS+=crypt.3 encrypt.3 crypt.3 setkey.3 crypt.3 des_cipher.3
10MLINKS+=crypt.3 des_setkey.3 10MLINKS+=crypt.3 des_setkey.3 blowfish.3 blf_key.3 blowfish.3 blf_enc.3
11MLINKS+=blowfish.3 blf_dec.3