summaryrefslogtreecommitdiff
path: root/lib/libc/crypt/Makefile.inc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-26 00:54:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-26 00:54:01 +0000
commit972526040a347773ab88de82e9be022e66d8d652 (patch)
treec4ea80702c71506dc12abd9e95a308337d8c97d4 /lib/libc/crypt/Makefile.inc
parent4f60691b0ecec32e05f53c18261a02ab275bc5e5 (diff)
skipjack in libc; isakmpd and such will want it
Diffstat (limited to 'lib/libc/crypt/Makefile.inc')
-rw-r--r--lib/libc/crypt/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/Makefile.inc b/lib/libc/crypt/Makefile.inc
index 8364da1e6e8..068172d8ebb 100644
--- a/lib/libc/crypt/Makefile.inc
+++ b/lib/libc/crypt/Makefile.inc
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile.inc,v 1.11 1998/11/20 11:18:33 d Exp $
+# $OpenBSD: Makefile.inc,v 1.12 1999/02/26 00:54:00 deraadt Exp $
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/crypt ${LIBCSRCDIR}/crypt
SRCS+= cast.c crypt.c morecrypt.c md5crypt.c arc4random.c blowfish.c
-SRCS+= bcrypt.c
+SRCS+= bcrypt.c skipjack.c
MAN+= crypt.3 blowfish.3 arc4random.3
MLINKS+=crypt.3 encrypt.3 crypt.3 setkey.3 crypt.3 des_cipher.3