summaryrefslogtreecommitdiff
path: root/BuildTools/OS/QNX
diff options
context:
space:
mode:
authorAndreas Beckmann <debian@abeckmann.de>2012-10-01 19:58:38 +0200
committerAndreas Beckmann <debian@abeckmann.de>2012-10-01 19:58:38 +0200
commit7b9056b97dd10ee7b6b02f88a239f9f99cfa38f8 (patch)
treedd00fc6784f7bef19fb8e5aa0572dbe13563ba29 /BuildTools/OS/QNX
parent6202a816311c5e56f71ecd358850b1e6d8cd7065 (diff)
parent6b71060b84a2d9111ec847e66cc5160aab8a45e8 (diff)
downloadsendmail-7b9056b97dd10ee7b6b02f88a239f9f99cfa38f8.tar.gz
Merged Upstream version 8.9.3
Diffstat (limited to 'BuildTools/OS/QNX')
-rw-r--r--BuildTools/OS/QNX15
1 files changed, 15 insertions, 0 deletions
diff --git a/BuildTools/OS/QNX b/BuildTools/OS/QNX
new file mode 100644
index 0000000..a8a67fe
--- /dev/null
+++ b/BuildTools/OS/QNX
@@ -0,0 +1,15 @@
+# @(#)QNX 8.4 (Berkeley) 2/19/1998
+PUSHDIVERT(1)
+#
+# For this Makefile to work you must compile and install the libdb package
+# and then change DBMINC and DBMLIB as appropriate.
+#
+DBMINC= /usr/local/include
+DBMLIB= /usr/local/lib
+POPDIVERT
+define(`confENVDEF', `-Osax -w4 -zc -fr= -D__BIT_TYPES_DEFINED__')
+define(`confINCDIRS', `${DBMINC}')
+define(`confLIBDIRS', `${DBMLIB}')
+define(`confLIBS', `-lsocket')
+define(`confLDOPTS', `-M -N256k')
+define(`confINSTALL', `${BUILDBIN}/install.sh')