1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-10 14:02:43 +00:00
freebsd/usr.sbin/lpr/Makefile.inc
2014-05-06 04:22:01 +00:00

12 lines
167 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif
LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
.include "../Makefile.inc"