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"