mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
cd9a2f5c28
really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
9 lines
163 B
Makefile
9 lines
163 B
Makefile
.if exists(${.OBJDIR}/../lib)
|
|
LIBDESTDIR= ${.OBJDIR}/../lib
|
|
.else
|
|
LIBDESTDIR= ${.CURDIR}/../lib
|
|
.endif
|
|
|
|
LDDESTDIR= -L${LIBDESTDIR}
|
|
LIBCVS= ${LIBDESTDIR}/libcvs.a
|