freebsd-dev/usr.sbin/lpr/Makefile.inc
Baptiste Daroussin c6db8143ed Convert usr.sbin to LIBADD
Reduce overlinking
2014-11-25 16:57:27 +00:00

10 lines
121 B
Makefile

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