summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-02-23 20:28:54 +0000
committerjoerg <joerg@pkgsrc.org>2006-02-23 20:28:54 +0000
commite4ba0ea8829d608560b238c43f2fe41fc0accce5 (patch)
treee7852b53af9bebdedec3753bea429755919084c5 /security
parent2f1bb604634afa8f129a7c9fe65d70b976aaec69 (diff)
downloadpkgsrc-e4ba0ea8829d608560b238c43f2fe41fc0accce5.tar.gz
For DragonFly, OMIT_UTMP like on the other BSDs do.
Diffstat (limited to 'security')
-rw-r--r--security/putty/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile
index b196b7f4175..f519e9e751a 100644
--- a/security/putty/Makefile
+++ b/security/putty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/02/12 15:24:15 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2006/02/23 20:28:54 joerg Exp $
#
DISTNAME= putty-0.58
@@ -25,7 +25,7 @@ CFLAGS+= -DHAVE_NO_SETRESUID
CFLAGS+= -DIPV6
.endif
-.if !empty(OPSYS:M*BSD)
+.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly"
CFLAGS+= -DOMIT_UTMP
.endif