diff options
author | 2016-05-07 21:59:33 +0000 | |
---|---|---|
committer | 2016-05-07 21:59:33 +0000 | |
commit | 73f90094e46e13c7223df34b5f3ff3b6c1f4015b (patch) | |
tree | 751b0a83f0ee2507df55001a4b4abe61063d4d82 | |
parent | remove dbm.h (diff) | |
download | wireguard-openbsd-73f90094e46e13c7223df34b5f3ff3b6c1f4015b.tar.xz wireguard-openbsd-73f90094e46e13c7223df34b5f3ff3b6c1f4015b.zip |
remove reference to file that's only built when dbm is present
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper1 b/gnu/usr.bin/perl/Makefile.bsd-wrapper1 index 5b2563311d6..2922c474579 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper1 +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper1 @@ -557,7 +557,6 @@ _quick3p= Net::Time 3p lib/Net/Time.pm \ NEXT 3p lib/NEXT.pm \ O 3p lib/O.pm \ - ODBM_File 3p lib/ODBM_File.pm \ Opcode 3p lib/Opcode.pm \ open 3p lib/open.pm \ OpenBSD::MkTemp 3p lib/OpenBSD/MkTemp.pm \ |