blob: ab667dd119a1ac27398961b9ce26f2ca2a81e32f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# $FreeBSD$
.include <bsd.own.mk>
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif
LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
.include "../Makefile.inc"
|