freebsd-dev/usr.sbin/lpr/filters.ru/koi2855/Makefile
Garance A Drosehn fdc632c823 More changes to use __FBSDID() for setting rcsids. For the filter
programs, minor Makefile changes are needed to find lp.cdefs.h.
For lpf.c, the 'sccsid' line is formatted to match style(9), and
a 'From:' is removed so the sccsid returns to what it was back
in the days of '-r CSRG' (1994).

Reviewed by:	discussed with bde and obrien
MFC after:	15 days
2003-07-15 07:01:01 +00:00

9 lines
107 B
Makefile

# $FreeBSD$
PROG= koi2855
NOMAN= #true
CFLAGS+= -I${.CURDIR}/../../common_source
.include <bsd.prog.mk>