mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
18 lines
329 B
Makefile
18 lines
329 B
Makefile
.if !defined(CVSDIR)
|
|
|
|
CVSDIR= $(.CURDIR)/../../../../contrib/cvs
|
|
|
|
.if exists(${.OBJDIR}/../lib)
|
|
LIBDESTDIR= ${.OBJDIR}/../lib
|
|
.else
|
|
LIBDESTDIR= ${.CURDIR}/../lib
|
|
.endif
|
|
|
|
LDDESTDIR= -L${LIBDESTDIR}
|
|
LIBCVS= ${LIBDESTDIR}/libcvs.a
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.endif
|
|
|
|
.endif
|