nice(3): Return new nice value.
[dragonfly.git] / usr.sbin / lpr / Makefile.inc
blob034f0a5b3f08ff8d89462b3918e3806c4aafc833
1 # $FreeBSD: src/usr.sbin/lpr/Makefile.inc,v 1.5.2.2 2002/02/01 01:03:39 gad Exp $
2 # $DragonFly: src/usr.sbin/lpr/Makefile.inc,v 1.3 2008/10/29 18:18:04 swildner Exp $
4 CFLAGS+= -DINET6
5 WARNS?=  2
7 .if exists(${.OBJDIR}/../common_source)
8 LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
9 .else
10 LIBLPR= ${.CURDIR}/../common_source/liblpr.a
11 .endif
13 .include "../Makefile.inc"