Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.sbin / lpr / Makefile.inc
1 # $FreeBSD: src/usr.sbin/lpr/Makefile.inc,v 1.5.2.2 2002/02/01 01:03:39 gad Exp $
2
3 CFLAGS+= -DINET6
4 CWARNFLAGS=     -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused -Wredundant-decls -Wstrict-prototypes
5
6 .if exists(${.OBJDIR}/../common_source)
7 LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
8 .else
9 LIBLPR= ${.CURDIR}/../common_source/liblpr.a
10 .endif
11
12 .include "../Makefile.inc"