From fb2e1bc0638d5a5d7ac552a79a71a996a5d604cc Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Mon, 31 Jan 2005 07:37:55 +0000 Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD From: "rmh@debian.org (via RT)" Message-ID: p4raw-id: //depot/perl@23909 --- ext/Storable/hints/gnukfreebsd.pl | 1 + ext/Storable/hints/gnuknetbsd.pl | 1 + 2 files changed, 2 insertions(+) create mode 100644 ext/Storable/hints/gnukfreebsd.pl create mode 100644 ext/Storable/hints/gnuknetbsd.pl (limited to 'ext/Storable') diff --git a/ext/Storable/hints/gnukfreebsd.pl b/ext/Storable/hints/gnukfreebsd.pl new file mode 100644 index 0000000000..6e37b40270 --- /dev/null +++ b/ext/Storable/hints/gnukfreebsd.pl @@ -0,0 +1 @@ +do './hints/linux.pl'; diff --git a/ext/Storable/hints/gnuknetbsd.pl b/ext/Storable/hints/gnuknetbsd.pl new file mode 100644 index 0000000000..6e37b40270 --- /dev/null +++ b/ext/Storable/hints/gnuknetbsd.pl @@ -0,0 +1 @@ +do './hints/linux.pl'; -- cgit v1.2.1