aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lptest/Makefile
blob: 65b1c7c8fef81f1d46386f2608f2e50350889a63 (plain) (blame)
1
2
3
4
5
6
7
8
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

PROG=	lptest

CFLAGS+= -I${.CURDIR}/../common_source

.include <bsd.prog.mk>