diff options
Diffstat (limited to 'sysutils/tct/files/patch-src_fstools_makedefs')
-rw-r--r-- | sysutils/tct/files/patch-src_fstools_makedefs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sysutils/tct/files/patch-src_fstools_makedefs b/sysutils/tct/files/patch-src_fstools_makedefs deleted file mode 100644 index 7440e9adfad7..000000000000 --- a/sysutils/tct/files/patch-src_fstools_makedefs +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- src/fstools/makedefs.orig -+++ src/fstools/makedefs -@@ -9,6 +9,10 @@ - FreeBSD.4*) DEFS="-DFREEBSD4" - ;; - FreeBSD.5*) DEFS="-DFREEBSD5" -+ ;; -+ FreeBSD.6*) DEFS="-DFREEBSD6" -+ ;; -+ FreeBSD.7*) DEFS="-DFREEBSD7" - ;; - OpenBSD.2*) DEFS="-DOPENBSD2" - ;; |