summaryrefslogtreecommitdiff
path: root/security/tct/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'security/tct/patches/patch-ak')
-rw-r--r--security/tct/patches/patch-ak13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/tct/patches/patch-ak b/security/tct/patches/patch-ak
new file mode 100644
index 00000000000..517edf8e09b
--- /dev/null
+++ b/security/tct/patches/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1.1.1 2002/01/03 10:58:57 agc Exp $
+
+--- src/misc/makedefs 2002/01/03 09:53:00 1.1
++++ src/misc/makedefs 2002/01/03 09:53:24
+@@ -2,6 +2,8 @@
+ RELEASE=`(uname -r) 2>/dev/null`
+
+ case "$SYSTEM.$RELEASE" in
++ NetBSD.1*) DEFS="-DNETBSD1"
++ ;;
+ FreeBSD.2*) DEFS="-DFREEBSD2"
+ ;;
+ FreeBSD.3*) DEFS="-DFREEBSD3"