12 lines
166 B
Makefile
12 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MK_INET6_SUPPORT} != "no"
|
|
CFLAGS+= -DINET6
|
|
.endif
|
|
|
|
LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
|
|
|
|
.include "../Makefile.inc"
|