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

git-svn-id: svn://10.0.0.236/trunk@11655 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1998-10-01 07:51:49 +00:00
parent c0d3255485
commit a4ee4c6189

View File

@@ -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