c8194f0876
headers, and a few other insignificant changes.
8 lines
182 B
Makefile
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
|