summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/Makefile.PL
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>1999-03-26 18:24:02 +0000
committercvs2svn <admin@example.com>1999-03-26 18:24:02 +0000
commit31dbf5249c74bc884a4f1c6fbb3f13ae58d67022 (patch)
treeaf769f6648929b3b2c1f9e053a3754fa989ce302 /src/lib/libcrypto/des/Makefile.PL
parent536c76cbb863bab152f19842ab88772c01e922c7 (diff)
downloadopenbsd-OPENBSD_2_5_BASE.tar.gz
openbsd-OPENBSD_2_5_BASE.tar.bz2
openbsd-OPENBSD_2_5_BASE.zip
This commit was manufactured by cvs2git to create tag 'OPENBSD_2_5_BASE'.OPENBSD_2_5_BASE
Diffstat (limited to 'src/lib/libcrypto/des/Makefile.PL')
-rw-r--r--src/lib/libcrypto/des/Makefile.PL14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/libcrypto/des/Makefile.PL b/src/lib/libcrypto/des/Makefile.PL
new file mode 100644
index 0000000000..b54a24387c
--- /dev/null
+++ b/src/lib/libcrypto/des/Makefile.PL
@@ -0,0 +1,14 @@
1use ExtUtils::MakeMaker;
2# See lib/ExtUtils/MakeMaker.pm for details of how to influence
3# the contents of the Makefile being created.
4&writeMakefile(
5 'potential_libs' => '', # e.g., '-lm'
6 'INC' => '', # e.g., '-I/usr/include/other'
7 'DISTNAME' => 'DES',
8 'VERSION' => '0.1',
9 'DEFINE' => '-DPERL5',
10 'OBJECT' => 'DES.o cbc_cksm.o cbc_enc.o ecb_enc.o pcbc_enc.o \
11 rand_key.o set_key.o str2key.o \
12 enc_read.o enc_writ.o fcrypt.o cfb_enc.o \
13 ecb3_enc.o ofb_enc.o cbc3_enc.o des_enc.o',
14 );