freebsd-dev/usr.sbin/lpr/Makefile.inc
Garance A Drosehn ea157fa201 There is no need for this makefile to reference BDECFLAGS, particularly
since that is no longer defined in the default system install.

MFC after:	1 week
2003-06-11 20:32:52 +00:00

12 lines
202 B
Makefile

# $FreeBSD$
CFLAGS+= -DINET6
.if exists(${.OBJDIR}/../common_source)
LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
.else
LIBLPR= ${.CURDIR}/../common_source/liblpr.a
.endif
.include "../Makefile.inc"