#

FILES=30line98.txt About98.txt Config98.txt Copyright98.txt Curren98.txt \
	Develp98.txt Errata98.txt Hardwa98.txt REPORT98.txt \
	Snapst98.txt System98.txt Thanks98.txt Troubl98.txt

NOOBJ=	noobj

all clean cleandir depend lint tags:

install:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
	    ${DESTDIR}

	if [ -f ${.CURDIR}/../../../release/doc/pc98/readme.hlp ]; then \
	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444  \
		${.CURDIR}/../../../release/doc/pc98/readme.hlp \
		${DESTDIR}/README98.txt ; \
	fi
	#if [ -f ${.CURDIR}/../../../release/doc/pc98/Copyright.98.hlp ]; then \
	#    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444  \
	#	${.CURDIR}/../../../release/doc/pc98/Copyright.98.hlp \
	#	${DESTDIR}/Copyright98.txt ; \
	#fi
	if [ -f ${.CURDIR}/../../../release/doc/pc98/Relnote.98.hlp ]; then \
	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444  \
		${.CURDIR}/../../../release/doc/pc98/Relnote.98.hlp \
		${DESTDIR}/Relnot98.txt ; \
	fi
	if [ -f ${.CURDIR}/../../../release/doc/pc98/install.98.hlp ]; then \
	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444  \
		${.CURDIR}/../../../release/doc/pc98/install.98.hlp \
		${DESTDIR}/Instal98.txt ; \
	fi
	if [ -f ${.CURDIR}/../../../release/doc/pc98/ERRATA98.hlp ]; then \
	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444  \
		${.CURDIR}/../../../release/doc/pc98/ERRATA98.hlp \
		${DESTDIR}/Errata98.txt ; \
	fi

.include <bsd.prog.mk>
