]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/lpr/Makefile.inc
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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"