Rhapsody is building the viewer test app as the first stab at ybfe.

This commit is contained in:
mcafee%netscape.com 1998-10-01 07:51:49 +00:00
Родитель 32d78f36ba
Коммит f44e8829c5
1 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -17,8 +17,14 @@
DEPTH = ../..
DIRS= viewer
include $(DEPTH)/config/config.mk
# Rhapsody is using a copy of the viewer source
# as a starting point for the ybfe.
ifeq ($(OS_ARCH),Rhapsody)
DIRS = $(DEPTH)/cmd/ybfe
else
DIRS = viewer
endif
include $(DEPTH)/config/rules.mk