.include "../../Makefile.inc"
BINOWN?=bin
BINGRP?=bin
BINMODE?=555
all:
	make -f Makefile all
install:
	install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		richtext ${DESTDIR}${BINDIR}/
	install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		richtoatk ${DESTDIR}${BINDIR}/
mansourceinstall:
depend:
obj:
objdir:
clean:
	make -f Makefile clean
cleandir: clean
tags:
