
XCFLAGS	=
OBJS	= 
DFILES	= Makefile
CFILES	=
DDIRS	=
XDFILES	=
LIB	=

bin: sarien
	$(STRIP) $+

all:

sarien:
	(cd ..; $(MAKE))

include ../Rules

