Deleted Added
full compact
Makefile.inc (31818) Makefile.inc (34160)
1# $Id: Makefile.inc,v 1.1 1997/12/02 20:44:47 wollman Exp $
1# $Id: Makefile.inc,v 1.2 1997/12/17 19:38:30 wollman Exp $
2
3CWARNFLAGS= -Werror -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused
2
3CWARNFLAGS= -Werror -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused
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"