]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/lpr/Makefile.inc
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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"