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

8 lines
182 B
PHP
Raw Normal View History

# $Id: Makefile.inc,v 1.2 1993/08/02 17:48:11 mycroft Exp $
1993-07-09 05:56:50 +04:00
.if exists(${.CURDIR}/../lib/obj)
LIBRCS= ${.CURDIR}/../lib/obj/librcs.a
.else
LIBRCS= ${.CURDIR}/../lib/librcs.a
.endif