blob: d05c576e86460cd7ddf3c7d5ba1459baa5919017 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ah,v 1.1 2005/08/12 20:11:26 reed Exp $
--- ../coreconf/config.mk.orig 2005-08-12 12:23:06.000000000 -0700
+++ ../coreconf/config.mk 2005-08-12 12:22:42.000000000 -0700
@@ -59,7 +59,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
|