summaryrefslogtreecommitdiff
path: root/sysutils/tct/files/patch-extras_entropy_makedefs
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/tct/files/patch-extras_entropy_makedefs')
-rw-r--r--sysutils/tct/files/patch-extras_entropy_makedefs16
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/tct/files/patch-extras_entropy_makedefs b/sysutils/tct/files/patch-extras_entropy_makedefs
new file mode 100644
index 000000000000..2ea25dbe889a
--- /dev/null
+++ b/sysutils/tct/files/patch-extras_entropy_makedefs
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- extras/entropy/makedefs.orig
++++ extras/entropy/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"
+ ;;