freebsd_amp_hwpstate/gnu/usr.bin/rcs/Makefile.inc

8 lines
135 B
Makefile

# Location of librcs
.if exists(${.OBJDIR}/../lib)
LIBRCS= ${.OBJDIR}/../lib/librcs.a
.else
LIBRCS= ${.CURDIR}/../lib/librcs.a
.endif