# /usr/src/man/man8/tahoe/Makefile

include /usr/src/COPYRIGHTS

MDIR=	/usr/man/man8/tahoe
SRCS=	crash.8$Z dlmpcc.8$Z enpload.8$Z reboot.8$Z vdformat.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}

FRC:
