DOTS=../
include ../GNUmakefile.inc

CFLAGS+=$(DINET6) $(DIPSEC)

all install:
	@(cd src ; $(MAKE) $@ );

clean distclean:
	@(cd src ; $(MAKE) $@ );
