]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - usr.sbin/lpr/Makefile.inc
MFS r217408: Don't use amdc1e on XEN && !XEN_PRIVILEGED. This fixes a
[FreeBSD/releng/8.2.git] / usr.sbin / lpr / Makefile.inc
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 .if ${MK_INET6_SUPPORT} != "no"
6 CFLAGS+= -DINET6
7 .endif
8
9 LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
10
11 .include "../Makefile.inc"