Centralize declarations of library names.
This commit is contained in:
parent
258d08817d
commit
b8d38c6e17
8
gnu/usr.bin/cvs/Makefile.inc
Normal file
8
gnu/usr.bin/cvs/Makefile.inc
Normal file
@ -0,0 +1,8 @@
|
||||
.if exists(${.CURDIR}/../lib/obj)
|
||||
LIBDESTDIR= ${.CURDIR}/../lib/obj
|
||||
.else
|
||||
LIBDESTDIR= ${.CURDIR}/../lib
|
||||
.endif
|
||||
|
||||
LDDESTDIR= -L${LIBDESTDIR}
|
||||
LIBCVS= ${LIBDESTDIR}/libcvs.a
|
Loading…
Reference in New Issue
Block a user