include ../GNUmakefile.inc

CFLAGS+=$(DINET6) $(DIPSEC)

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

clean distclean:
	if [ -f Makefile.autoconf ]; then $(MAKE) -f Makefile.autoconf $@; fi
