This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / gnu / usr.bin / rcs / Makefile.inc
index b9eca7d..cd593ed 100644 (file)
@@ -1,3 +1,7 @@
-#      @(#)Makefile.inc        5.1 (Berkeley) 5/11/90
+# Location of librcs
 
 
-BINDIR?=       /usr/bin
+.if exists(${.CURDIR}/../lib/obj)
+LIBRCS=        ${.CURDIR}/../lib/obj/librcs.a
+.else
+LIBRCS=        ${.CURDIR}/../lib/librcs.a
+.endif