freebsd-dev/usr.sbin/lpr/filters/Makefile
Garance A Drosehn 1f6676cf8f Rever the previous changes. It turns out that it perfectly correct
for a makefile to set 'NO_MAN=' when the makefile is for a program
that will not create a man page.

Based on reaction from:		ru bde
2006-03-09 19:52:44 +00:00

12 lines
158 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
BINDIR= /usr/libexec/lpr
PROG= lpf
NO_MAN=
CFLAGS+= -I${.CURDIR}/../common_source
.include <bsd.prog.mk>