summaryrefslogtreecommitdiff
path: root/secure/lib/libdes/Makefile.PL
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-04 12:45:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-04 12:45:45 +0000
commitc01805fa5e152ae544665be5d2039ffcf1c4e51a (patch)
tree0682aa9bd2f55f2253a4025ee8a2b40907fc6bb4 /secure/lib/libdes/Makefile.PL
parentcaf39ecc96d7bd40d8dfc55f6560cb64fad1b26d (diff)
Notes
Diffstat (limited to 'secure/lib/libdes/Makefile.PL')
-rw-r--r--secure/lib/libdes/Makefile.PL14
1 files changed, 0 insertions, 14 deletions
diff --git a/secure/lib/libdes/Makefile.PL b/secure/lib/libdes/Makefile.PL
deleted file mode 100644
index 41a7e0fbba10..000000000000
--- a/secure/lib/libdes/Makefile.PL
+++ /dev/null
@@ -1,14 +0,0 @@
-use ExtUtils::MakeMaker;
-# See lib/ExtUtils/MakeMaker.pm for details of how to influence
-# the contents of the Makefile being created.
-&writeMakefile(
- 'potential_libs' => '', # e.g., '-lm'
- 'INC' => '', # e.g., '-I/usr/include/other'
- 'DISTNAME' => 'DES',
- 'VERSION' => '0.1',
- 'DEFINE' => '-DPERL5',
- 'OBJECT' => 'DES.o cbc_cksm.o cbc_enc.o ecb_enc.o pcbc_enc.o \
- rand_key.o set_key.o str2key.o \
- enc_read.o enc_writ.o fcrypt.o cfb_enc.o \
- ecb3_enc.o ofb_enc.o cbc3_enc.o',
- );