xref: /dragonfly/usr.sbin/lpr/Makefile.inc (revision b0041c55)
1# $FreeBSD: src/usr.sbin/lpr/Makefile.inc,v 1.5.2.2 2002/02/01 01:03:39 gad Exp $
2
3CFLAGS+= -DINET6
4WARNS?=	 2
5
6.if exists(${.OBJDIR}/../common_source)
7LIBLPR=	${.OBJDIR}/../common_source/liblpr.a
8.else
9LIBLPR=	${.CURDIR}/../common_source/liblpr.a
10.endif
11
12.include "../Makefile.inc"
13