c6063d0da8
from the latter.
12 lines
167 B
Makefile
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"
|