# /usr/src/man/man8/vax/Makefile

include /usr/src/COPYRIGHTS

MDIR=	/usr/man/man8/vax
SRCS=	arff.8$Z bad144.8$Z crash.8$Z drtest.8$Z format.8$Z installboot.8$Z rxformat.8$Z \
	reboot.8$Z
LINKS=	flcopy.8$Z

all: fix$Z

fix.Z:
	  find . -type f ! -name Makefile ! -name '*.Z' -exec compress {} \;

fix:
	  find . -type f -name '*.Z' -exec uncompress {} \;

clean: FRC

install: FRC
	-mkdir ${DESTDIR}${MDIR}
	-chmod 755 ${DESTDIR}${MDIR}
	-chown root.bin ${DESTDIR}${MDIR}
	cd ${DESTDIR}${MDIR}; rm -f ${SRCS} ${LINKS}
	install -c -o bin -g bin -m 444 ${SRCS} ${DESTDIR}${MDIR}
	ln -s arff.8$Z ${DESTDIR}${MDIR}/flcopy.8$Z

FRC:
