# %%% copyright-cmetz-97
# This software is Copyright 1997 by Craig Metz, All Rights Reserved.
# The Inner Net License Version 2 applies to this software.
# You should have received a copy of the license with this software. If
# you didn't get a copy, you may request one from <license@inner.net>.
#

ifndef CONFIG_DIR
CONFIG_DIR=/usr/inet6/lib/
endif

include $(CONFIG_DIR)GNUmakefile.inc

CFLAGS+=$(DINET6) $(DNETSEC)

all install:
	if [ ! -f Makefile ]; then for i in *.SH; do sh $$i; done; fi
	$(MAKE) -f Makefile XCFLAGS="$(CFLAGS)" XLIBS="$(LOADLIBES)" $@

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