blob: d57524f0ec8429541c5d6ae6aa85a38ad24c609e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-dk,v 1.1.1.1 2006/10/24 22:20:12 ghen Exp $
diff -ruN ../Orig/mozilla/security/coreconf/config.mk ./security/coreconf/config.mk
--- ../Orig/mozilla/security/coreconf/config.mk 2004-04-26 00:02:17.000000000 +0900
+++ ./security/coreconf/config.mk 2005-12-04 19:44:47.000000000 +0900
@@ -63,7 +63,7 @@
#######################################################################
TARGET_OSES = FreeBSD BSD_OS NetBSD OpenUNIX OS2 QNX Darwin BeOS OpenBSD \
- OpenVMS AIX
+ OpenVMS AIX DragonFly
ifeq (,$(filter-out $(TARGET_OSES),$(OS_TARGET)))
include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
|