#:ts=8
#
#    $Id: Makefile,v 1.31 1992/12/28 17:29:45 mj Exp $
#
#    Makefile for fidogate software, lib directory
#

TOPDIR		= ..

include $(TOPDIR)/config.make
include $(TOPDIR)/rules.make


LIBFILES	= config config.af aliases hosts areas maus\
		  bounce.restricted bounce.noto bounce.unsecure\
		  config.toss routing packing

COMMON		= aliases areas hosts maus routing packing


all:	areas


install:
	$(INSTALL_DATA) $(LIBFILES) $(LIBDIR)

install-common:
	$(INSTALL_DATA) $(COMMON) $(LIBDIR)

admin-hosts:
	mv hosts hosts.bak
	cp hosts.head hosts
	admin -l hosts >>hosts

clean:
	rm -f core *~ *.bak *.o tags TAGS
