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

13 lines
227 B
PHP
Raw Normal View History

1999-08-28 01:35:59 +00:00
# $FreeBSD$
CFLAGS+= -DINET6
2001-07-20 04:23:13 +00:00
CWARNFLAGS= ${BDECFLAGS}
.if exists(${.OBJDIR}/../common_source)
LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
.else
LIBLPR= ${.CURDIR}/../common_source/liblpr.a
.endif
.include "../Makefile.inc"