Removing Rhapsody hack

This commit is contained in:
mcafee%netscape.com 1998-10-31 06:39:58 +00:00
parent 9cf6d24337
commit 836433f6bf

View File

@ -19,12 +19,6 @@ DEPTH = ../..
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