include ../GNUmakefile.inc

CFLAGS+=$(DINET6) $(DIPSEC)

all install distclean:
	if [ ! -f Makefile.autoconf ]; then sh ./configure --prefix=$(DESTDIR) --sbindir=$(DESTDIR)$(USR_SBINDIR); fi
	$(MAKE) -f Makefile.autoconf XCFLAGS="$(CFLAGS)" XLIBS="$(LOADLIBES)" $@

clean: distclean
