diff options
| author | Mark Murray <markm@FreeBSD.org> | 1996-02-10 15:32:26 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1996-02-10 15:32:26 +0000 |
| commit | 3a8043c232884e0aa70f13087eb7e2050597a9d1 (patch) | |
| tree | 7f2ca2641f62d16f40486aa33320707c46a50d89 /secure/lib/libdes/Makefile.PL | |
Notes
Diffstat (limited to 'secure/lib/libdes/Makefile.PL')
| -rw-r--r-- | secure/lib/libdes/Makefile.PL | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/secure/lib/libdes/Makefile.PL b/secure/lib/libdes/Makefile.PL new file mode 100644 index 000000000000..41a7e0fbba10 --- /dev/null +++ b/secure/lib/libdes/Makefile.PL @@ -0,0 +1,14 @@ +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', + ); |
