Deleted Added
full compact
Makefile.inc (70098) Makefile.inc (80022)
1# $FreeBSD: head/usr.sbin/lpr/Makefile.inc 70098 2000-12-16 18:06:09Z ume $
1# $FreeBSD: head/usr.sbin/lpr/Makefile.inc 80022 2001-07-20 04:23:13Z obrien $
2
3CFLAGS+=-DINET6
2
3CFLAGS+=-DINET6
4CWARNFLAGS= -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused -Wredundant-decls -Wstrict-prototypes
4CWARNFLAGS= ${BDECFLAGS}
5
6.if exists(${.OBJDIR}/../common_source)
7LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
8.else
9LIBLPR= ${.CURDIR}/../common_source/liblpr.a
10.endif
11
12.include "../Makefile.inc"
5
6.if exists(${.OBJDIR}/../common_source)
7LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
8.else
9LIBLPR= ${.CURDIR}/../common_source/liblpr.a
10.endif
11
12.include "../Makefile.inc"