summaryrefslogtreecommitdiff
path: root/soltools/mkdepend
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-02-10 10:38:31 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-10 10:38:31 +0100
commit3dd75542a2a9d7ab3da9bf2f1e64348e88ba05b1 (patch)
tree637f959d103f322088f8a6555bf5cee43678c70f /soltools/mkdepend
parent1e4649eeaef6a84c5315455a15cbfe23af1f9572 (diff)
Porting LO to Dragonfly
Diffstat (limited to 'soltools/mkdepend')
-rw-r--r--soltools/mkdepend/imakemdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/soltools/mkdepend/imakemdep.h b/soltools/mkdepend/imakemdep.h
index 0d82f4221eae..494e26177013 100644
--- a/soltools/mkdepend/imakemdep.h
+++ b/soltools/mkdepend/imakemdep.h
@@ -236,7 +236,7 @@ in this Software without prior written authorization from the X Consortium.
#ifdef _CRAY
#define DEFAULT_CPP "/lib/pcpp"
#endif
-#if defined(__386BSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
#define DEFAULT_CPP "/usr/libexec/cpp"
#endif
#ifdef MACH