$NetBSD: patch-mailnews_extensions_enigmail_Makefile,v 1.1 2014/03/30 04:13:17 ryoon Exp $

--- mailnews/extensions/enigmail/Makefile.orig	2014-01-12 13:08:29.000000000 +0000
+++ mailnews/extensions/enigmail/Makefile
@@ -36,10 +36,18 @@ ifeq ($(OS_TARGET),Darwin)
 PLATFORM_STR = darwin
 endif
 
+ifeq ($(OS_TARGET),DragonFly)
+PLATFORM_STR = dragonfly
+endif
+
 ifeq ($(OS_TARGET),FreeBSD)
 PLATFORM_STR = freebsd
 endif
 
+ifeq ($(OS_TARGET),NetBSD)
+PLATFORM_STR = netbsd
+endif
+
 ifeq ($(OS_TARGET),OpenBSD)
 PLATFORM_STR = openbsd
 endif
