aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-19 08:11:51 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-19 08:11:51 +0000
commitb149107c9accc399a704e20facc29d39de0cd187 (patch)
treeb8f24a2be248e5afeab4ddabbdc08fff7cafa3e7 /Makefile
parentd433c9e7c161e045eb757fa8063c093d89686da2 (diff)
OpenBSD portability enhancements (bug 1002)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2708 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index de525120e..cf131e732 100755
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,10 @@ PROC=$(shell uname -m)
else
ifeq (${OSARCH},FreeBSD)
PROC=$(shell uname -m)
+else
+ifeq (${OSARCH},OpenBSD)
+PROC=$(shell uname -m)
+endif
endif
endif
# Pentium Pro Optimize