#

FILES=About98.txt Develp98.txt Errata98.txt Hardwa98.txt READ1ST.txt \
	REPORT98.txt System98.txt Thanks98.txt Troubl98.txt

BINDIR=/usr/share/doc
NOOBJ=	noobj

all clean cleandir depend lint tags:

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

	if [ -f ${.CURDIR}/../../../release/texts.jp/Copyright.98.hlp ]; then \
	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444  \
		${.CURDIR}/../../../release/texts.jp/Copyright.98.hlp \
		${DESTDIR}${BINDIR}/98readme/Copyright98.txt ; \
	fi
	if [ -f ${.CURDIR}/../../../release/texts.jp/Relnote.98.hlp ]; then \
	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444  \
		${.CURDIR}/../../../release/texts.jp/Relnote.98.hlp \
		${DESTDIR}${BINDIR}/98readme/Relnot98.txt ; \
	fi
	if [ -f ${.CURDIR}/../../../release/texts.jp/install.98.hlp ]; then \
	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444  \
		${.CURDIR}/../../../release/texts.jp/install.98.hlp \
		${DESTDIR}${BINDIR}/98readme/Instal98.txt ; \
	fi

.include <bsd.prog.mk>
