1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1997-12-02 20:46:22 +00:00
|
|
|
|
2000-12-16 18:06:09 +00:00
|
|
|
CFLAGS+=-DINET6
|
1998-09-11 18:49:33 +00:00
|
|
|
CWARNFLAGS= -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused -Wredundant-decls -Wstrict-prototypes
|
1998-03-07 09:48:14 +00:00
|
|
|
|
|
|
|
.if exists(${.OBJDIR}/../common_source)
|
|
|
|
LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
|
|
|
|
.else
|
|
|
|
LIBLPR= ${.CURDIR}/../common_source/liblpr.a
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../Makefile.inc"
|