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

8 lines
143 B
PHP
Raw Normal View History

1993-07-09 05:56:50 +04:00
# Location of librcs
.if exists(${.CURDIR}/../lib/obj)
LIBRCS= ${.CURDIR}/../lib/obj/librcs.a
.else
LIBRCS= ${.CURDIR}/../lib/librcs.a
.endif