Added OpenBSD to the list.

This commit is contained in:
briano%netscape.com 1999-05-06 01:58:22 +00:00
parent 55d517229f
commit 2360b6da2a
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ CPPSRCS = \
$(NULL)
# SunOS i86pc should use the intel code too.
ifneq (,$(filter SunOS Linux FreeBSD NetBSD BSD_OS,$(OS_ARCH)))
ifneq (,$(filter SunOS Linux FreeBSD NetBSD OpenBSD BSD_OS,$(OS_ARCH)))
ifeq (86,$(findstring 86,$(OS_TEST)))
CPPSRCS = \
xptcinvoke_unixish_x86.cpp \

View File

@ -34,7 +34,7 @@ CPPSRCS = \
$(NULL)
# SunOS i86pc should use the intel code too.
ifneq (,$(filter SunOS Linux FreeBSD NetBSD BSD_OS,$(OS_ARCH)))
ifneq (,$(filter SunOS Linux FreeBSD NetBSD OpenBSD BSD_OS,$(OS_ARCH)))
ifeq (86,$(findstring 86,$(OS_TEST)))
CPPSRCS = \
xptcinvoke_unixish_x86.cpp \