NetBSD/gnu/usr.bin/rcs/Makefile.inc
1993-07-09 01:56:50 +00:00

8 lines
143 B
Makefile

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