summaryrefslogtreecommitdiff
path: root/security/tct/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'security/tct/patches/patch-ah')
-rw-r--r--security/tct/patches/patch-ah6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/tct/patches/patch-ah b/security/tct/patches/patch-ah
index 5148da9e410..72b72d63daf 100644
--- a/security/tct/patches/patch-ah
+++ b/security/tct/patches/patch-ah
@@ -1,8 +1,8 @@
-$NetBSD: patch-ah,v 1.2 2005/01/22 15:59:58 ben Exp $
+$NetBSD: patch-ah,v 1.3 2006/03/01 22:48:06 wiz Exp $
--- src/lastcomm/makedefs.orig 2001-10-04 12:45:44.000000000 -0700
+++ src/lastcomm/makedefs
-@@ -2,6 +2,10 @@ SYSTEM=`(uname -s) 2>/dev/null`
+@@ -2,6 +2,12 @@ SYSTEM=`(uname -s) 2>/dev/null`
RELEASE=`(uname -r) 2>/dev/null`
case "$SYSTEM.$RELEASE" in
@@ -10,6 +10,8 @@ $NetBSD: patch-ah,v 1.2 2005/01/22 15:59:58 ben Exp $
+ ;;
+ NetBSD.2*) DEFS="-DNETBSD2"
+ ;;
++ NetBSD.3*) DEFS="-DNETBSD2"
++ ;;
FreeBSD.2*) DEFS="-DFREEBSD2"
;;
FreeBSD.4*) DEFS="-DFREEBSD3"