Makefile revision 51522
1# $FreeBSD: head/usr.sbin/lpr/filters.ru/Makefile 51522 1999-09-21 20:42:10Z ache $
2
3SUBDIR = koi2alt koi2855
4
5SAMPLES=bjc-240.sh.sample
6
7afterinstall:
8	cd ${.CURDIR} && \
9	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
10	    ${SAMPLES} ${DESTDIR}${BINDIR}
11
12.include "Makefile.inc"
13.include <bsd.prog.mk>
14
15