aboutsummaryrefslogtreecommitdiff
path: root/gnu/rcs/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/rcs/Makefile.inc')
-rw-r--r--gnu/rcs/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/rcs/Makefile.inc b/gnu/rcs/Makefile.inc
new file mode 100644
index 000000000000..cd593eda1c7c
--- /dev/null
+++ b/gnu/rcs/Makefile.inc
@@ -0,0 +1,7 @@
+# Location of librcs
+
+.if exists(${.CURDIR}/../lib/obj)
+LIBRCS= ${.CURDIR}/../lib/obj/librcs.a
+.else
+LIBRCS= ${.CURDIR}/../lib/librcs.a
+.endif