diff options
author | joerg <joerg> | 2006-02-23 20:28:54 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-02-23 20:28:54 +0000 |
commit | 60bbcbacb903d91ed9b848efc13817122990aba4 (patch) | |
tree | e7852b53af9bebdedec3753bea429755919084c5 /security | |
parent | 1310693d32b324001fb9fed4a54868f72e533c81 (diff) | |
download | pkgsrc-60bbcbacb903d91ed9b848efc13817122990aba4.tar.gz |
For DragonFly, OMIT_UTMP like on the other BSDs do.
Diffstat (limited to 'security')
-rw-r--r-- | security/putty/Makefile | 4 |
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 |