summaryrefslogtreecommitdiff
path: root/shells/tcsh/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'shells/tcsh/patches/patch-ae')
-rw-r--r--shells/tcsh/patches/patch-ae20
1 files changed, 0 insertions, 20 deletions
diff --git a/shells/tcsh/patches/patch-ae b/shells/tcsh/patches/patch-ae
deleted file mode 100644
index 23f5d152452..00000000000
--- a/shells/tcsh/patches/patch-ae
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ae,v 1.7 2005/11/10 23:04:10 joerg Exp $
-
---- host.defs.orig 2005-11-10 23:01:08.000000000 +0000
-+++ host.defs
-@@ -522,6 +522,15 @@ machtype: defined(M_i386) : "i386"
- enddef :
-
-
-+newdef : defined(__DragonFly__)
-+comment : DragonFly
-+vendor : defined(M_intel) : "intel"
-+hosttype: : "DragonFly"
-+ostype : : "DragonFly"
-+machtype: defined(M_i386) : "i386"
-+enddef :
-+
-+
- newdef : defined(__386BSD__)
- comment : Bill Jolitz's 386BSD
- vendor : defined(M_intel) : "intel"