freebsd-dev/usr.sbin/lpr/lptest/Makefile
Garance A Drosehn c49759e23b More changes to use __FBSDID() for setting rcsids, and fix the
format of 'sccsid' lines so they consistently match style(9).
A minor Makefile change is needed so lptest.c can find lp.cdefs.h.

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

9 lines
127 B
Makefile

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