NetBSD/gnu/usr.bin/rcs/Makefile.inc
mycroft c8194f0876 Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
1993-08-02 17:38:43 +00:00

8 lines
182 B
Makefile

# $Id: Makefile.inc,v 1.2 1993/08/02 17:48:11 mycroft Exp $
.if exists(${.CURDIR}/../lib/obj)
LIBRCS= ${.CURDIR}/../lib/obj/librcs.a
.else
LIBRCS= ${.CURDIR}/../lib/librcs.a
.endif