Use GNU style like the rest of the file for my last commit.
[dragonfly/vkernel-mp.git] / usr.sbin / lpr / Makefile.inc
blob253481182d2ba6db6fba9e877f70f7c15dfe645a
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.2 2003/06/17 06:29:55 dillon Exp $
4 CFLAGS+= -DINET6
5 CWARNFLAGS=     -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused -Wredundant-decls -Wstrict-prototypes
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"