mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
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"
|