Deleted Added
full compact
Makefile.inc (39084) Makefile.inc (50479)
1# $Id: Makefile.inc,v 1.3 1998/03/07 09:47:52 bde Exp $
1# $FreeBSD: head/usr.sbin/lpr/Makefile.inc 50479 1999-08-28 01:35:59Z peter $
2
3CWARNFLAGS= -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused -Wredundant-decls -Wstrict-prototypes
4
5.if exists(${.OBJDIR}/../common_source)
6LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
7.else
8LIBLPR= ${.CURDIR}/../common_source/liblpr.a
9.endif
10
11.include "../Makefile.inc"
2
3CWARNFLAGS= -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused -Wredundant-decls -Wstrict-prototypes
4
5.if exists(${.OBJDIR}/../common_source)
6LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
7.else
8LIBLPR= ${.CURDIR}/../common_source/liblpr.a
9.endif
10
11.include "../Makefile.inc"