diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-10 00:00:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-10 00:00:02 +0000 |
commit | 0e60832e18ad6d3c4dff2610cc234d899759e870 (patch) | |
tree | d5bb31bd9ff84e8bae8598427fb081fee0fc9241 /gnu | |
parent | 936e1ec7df55e4fcc7340ebcc075e4e91d1dfbed (diff) |
missing \ at eol
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index 37a322bb05b..ebfeacfd474 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.65 2004/08/09 18:08:54 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.66 2004/08/10 00:00:01 deraadt Exp $ # # Build wrapper for Perl 5.8.5 # @@ -216,7 +216,7 @@ MANSRCALL= DBM_Filter::encode 3p lib/DBM_Filter/encode.pm \ DBM_Filter::int32 3p lib/DBM_Filter/int32.pm \ DBM_Filter::null 3p lib/DBM_Filter/null.pm \ - DBM_Filter::utf8 3p lib/DBM_Filter/utf8.pm + DBM_Filter::utf8 3p lib/DBM_Filter/utf8.pm \ Data::Dumper 3p ext/Data/Dumper/Dumper.pm \ Devel::DProf 3p ext/Devel/DProf/DProf.pm \ Devel::PPPort 3p ext/Devel/PPPort/PPPort.pm \ |