Makefile.inc revision 116214
1# $FreeBSD: head/usr.sbin/lpr/Makefile.inc 116214 2003-06-11 20:32:52Z gad $
2
3CFLAGS+= -DINET6
4
5.if exists(${.OBJDIR}/../common_source)
6LIBLPR=	${.OBJDIR}/../common_source/liblpr.a
7.else
8LIBLPR=	${.CURDIR}/../common_source/liblpr.a
9.endif
10
11.include "../Makefile.inc"
12