freebsd-dev/usr.sbin/lpr/Makefile.inc

12 lines
166 B
PHP
Raw Normal View History

1999-08-28 01:35:59 +00:00
# $FreeBSD$
2006-07-27 14:52:12 +00:00
.include <bsd.own.mk>
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
2006-07-27 14:52:12 +00:00
.endif
LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
.include "../Makefile.inc"