summaryrefslogtreecommitdiff
path: root/ext/NDBM_File
diff options
context:
space:
mode:
authorRobert Millan <rmh@debian.org>2005-01-31 07:37:55 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-01-31 11:33:14 +0000
commitfb2e1bc0638d5a5d7ac552a79a71a996a5d604cc (patch)
tree67cc07045aabcaf32ffa2c18bbcc4fcc8d8c8efe /ext/NDBM_File
parent923e8b21a1a52adc9256138e9b2650ce78a10c4b (diff)
downloadperl-fb2e1bc0638d5a5d7ac552a79a71a996a5d604cc.tar.gz
[perl #33998] [PATCH] Support for GNU/kFreeBSD
From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org> p4raw-id: //depot/perl@23909
Diffstat (limited to 'ext/NDBM_File')
-rw-r--r--ext/NDBM_File/hints/gnukfreebsd.pl1
-rw-r--r--ext/NDBM_File/hints/gnuknetbsd.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/NDBM_File/hints/gnukfreebsd.pl b/ext/NDBM_File/hints/gnukfreebsd.pl
new file mode 100644
index 0000000000..6e37b40270
--- /dev/null
+++ b/ext/NDBM_File/hints/gnukfreebsd.pl
@@ -0,0 +1 @@
+do './hints/linux.pl';
diff --git a/ext/NDBM_File/hints/gnuknetbsd.pl b/ext/NDBM_File/hints/gnuknetbsd.pl
new file mode 100644
index 0000000000..6e37b40270
--- /dev/null
+++ b/ext/NDBM_File/hints/gnuknetbsd.pl
@@ -0,0 +1 @@
+do './hints/linux.pl';