1# $FreeBSD$ 2 3CFLAGS+=-DINET6 4CWARNFLAGS= -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused -Wredundant-decls -Wstrict-prototypes 5 6.if exists(${.OBJDIR}/../common_source) 7LIBLPR= ${.OBJDIR}/../common_source/liblpr.a 8.else 9LIBLPR= ${.CURDIR}/../common_source/liblpr.a 10.endif 11 12.include "../Makefile.inc" 13