diff options
author | cvs2svn <admin@example.com> | 1998-10-19 21:47:13 +0000 |
---|---|---|
committer | cvs2svn <admin@example.com> | 1998-10-19 21:47:13 +0000 |
commit | f954a53a9a7dced3fb4c80b1e8dd267981ae025d (patch) | |
tree | c667406046ddb1efca5ed4316b02e43494241660 /src/lib/libc/crypt/Makefile.inc | |
parent | 536c76cbb863bab152f19842ab88772c01e922c7 (diff) | |
download | openbsd-OPENBSD_2_4.tar.gz openbsd-OPENBSD_2_4.tar.bz2 openbsd-OPENBSD_2_4.zip |
This commit was manufactured by cvs2git to create branch 'OPENBSD_2_4'.OPENBSD_2_4
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/crypt/Makefile.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/libc/crypt/Makefile.inc b/src/lib/libc/crypt/Makefile.inc new file mode 100644 index 0000000000..9d96d657db --- /dev/null +++ b/src/lib/libc/crypt/Makefile.inc | |||
@@ -0,0 +1,12 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.10 1998/07/21 22:23:20 provos Exp $ | ||
2 | |||
3 | .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/crypt ${.CURDIR}/crypt | ||
4 | |||
5 | SRCS+= cast.c crypt.c morecrypt.c md5crypt.c arc4random.c blowfish.c | ||
6 | SRCS+= bcrypt.c | ||
7 | |||
8 | MAN+= crypt.3 blowfish.3 arc4random.3 | ||
9 | MLINKS+=crypt.3 encrypt.3 crypt.3 setkey.3 crypt.3 des_cipher.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 | ||
12 | MLINKS+=arc4random.3 arc4random_stir.3 arc4random.3 arc4random_addrandom.3 | ||