]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/lpr/Makefile.inc
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / usr.sbin / lpr / Makefile.inc
1 # $FreeBSD$
2
3 CWARNFLAGS=     -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused -Wredundant-decls -Wstrict-prototypes
4
5 .if exists(${.OBJDIR}/../common_source)
6 LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
7 .else
8 LIBLPR= ${.CURDIR}/../common_source/liblpr.a
9 .endif
10
11 .include "../Makefile.inc"