# $Id: Makefile,v 1.2 2000/05/03 14:51:07 sdalu Exp $

SUBDIRS = $(PLATFORM)
ifeq "$(PLATFORM)" "linux"
SUBDIRS = unix
endif
ifeq "$(PLATFORM)" "freebsd"
SUBDIRS = unix
endif

#----------------------------------------------------------------------

include $(TOPDIR)/Rules.make
