Centralize declarations of library names.

This commit is contained in:
Bruce Evans 1994-08-28 18:12:38 +00:00
parent 258d08817d
commit b8d38c6e17

View 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