diff options
Diffstat (limited to 'mail/exim/patches/patch-ac')
-rw-r--r-- | mail/exim/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/exim/patches/patch-ac b/mail/exim/patches/patch-ac new file mode 100644 index 00000000000..3927dc4cecf --- /dev/null +++ b/mail/exim/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 1999/09/07 13:21:03 ad Exp $ + +--- scripts/os-type.orig Tue Sep 7 13:36:03 1999 ++++ scripts/os-type Tue Sep 7 13:36:13 1999 +@@ -54,6 +54,7 @@ + BSD_OS) os=BSDI;; + dgux) os=DGUX;; + freebsd*) os=FreeBSD;; ++netbsd*) os=NetBSD;; + gnu) os=GNU;; + Irix5) os=IRIX;; + Irix6) os=IRIX6;; |