# BSDI	makefile,v 1.1.1.1 1996/01/02 18:11:42 polk Exp

all:
	make -f Makefile MAKEFILE=Makefile all

install:
	make -f Makefile install
	( cd man; for i in *.8; do \
		groff -mtty-char -Tascii -man $$i > \
	    		/usr/contrib/man/cat8/`basename $$i .8`.0; \
	done )

depend:
	make -f Makefile depend

clean:
	make -f Makefile clean

cleandir:
	make -f Makefile clean

obj objdir tags mansrcinstall:
