b5f50e3158
libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. Override the default it it is wrong. Don't override defaults when the defaults are correct. Don't give absolute paths to man page sources.
12 lines
191 B
Makefile
12 lines
191 B
Makefile
# $Id$
|
|
|
|
CFLAGS+= -DRSRR
|
|
|
|
.if exists(${.OBJDIR}/../common)
|
|
LIBMROUTED= ${.OBJDIR}/../common/libmrouted.a
|
|
.else
|
|
LIBMROUTED= ${.CURDIR}/../common/libmrouted.a
|
|
.endif
|
|
|
|
.include "../Makefile.inc"
|