]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/lpr/Makefile.inc
Add a new command to 'lpc' called 'setstatus', which would be used to
[FreeBSD/FreeBSD.git] / usr.sbin / lpr / Makefile.inc
1 # $FreeBSD$
2
3 CFLAGS+= -DINET6
4 CWARNFLAGS=     ${BDECFLAGS}
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"