aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/filters.ru/Makefile
blob: a2e0ae0e9313005fbf88588478a1d5e10350b2ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

SUBDIR=	koi2alt koi2855

SAMPLES= bjc-240.sh.sample

afterinstall:
	cd ${.CURDIR} && \
	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
	    ${SAMPLES} ${DESTDIR}${BINDIR}

.include "Makefile.inc"
.include <bsd.prog.mk>