ifndef PLATFORM0
  include ../mk/platform0.mk
endif

ifeq ($(PLATFORM),Windows)
  SUBDIRS:=	dcraw/
endif

include	../mk/recurse.mk

# vim:set noet sw=8 ts=8:
