Adding ybfe, YellowBox/Rhapsody front-end

This commit is contained in:
mcafee%netscape.com 1998-08-19 07:23:28 +00:00
parent 557c476a3e
commit eb360b0de2

View File

@ -16,6 +16,14 @@
#
DEPTH = ..
DIRS = xfe patcher
ifeq ($(shell uname -s),Rhapsody)
DIRS = ybfe
else
DIRS = xfe
endif
DIRS += patcher
include $(DEPTH)/config/rules.mk