# BSDI	makefile,v 1.1.1.1 1995/11/30 03:31:58 polk Exp

#
# Flexfax is built using the regular distribution (basically with no
# modifications.  While it won't build from the CDROM, it's a real 
# painful one to merge to BSD format Makefiles and we want to keep
# it up-to-date so we punt...
#

all:
	make -f Makefile MAKEFILE=Makefile all

install:
	make -f Makefile ROOT=${DESTDIR} install

depend:
	if [ ! -f Makedepend ]; then ;\
		./configure; \
	fi
	make -f Makefile depend

clean:
	make -f Makefile clean

cleandir:
	make -f Makefile clobber

obj objdir tags mansrcinstall:
