summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/rcs/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-07-26 11:21:36 +0000
committerbapt <bapt@FreeBSD.org>2015-07-26 11:21:36 +0000
commit58df5d4a5241ae6e8383a6787def0d6182a415e0 (patch)
tree2fd9cfca9282ae9a513f748e8348480e9776c79f /gnu/usr.bin/rcs/Makefile
parent9407ae01ca4020a4fa13d96cc20a6ab7ff913a88 (diff)
downloadFreeBSD-src-58df5d4a5241ae6e8383a6787def0d6182a415e0.zip
FreeBSD-src-58df5d4a5241ae6e8383a6787def0d6182a415e0.tar.gz
Replace GNU RCS ident with a BSD license ident
Rationale: ident(1) is useful out of RCS, lot of scripts are using ident(1) and failing when base is built WITHOUT_RCS. This version is: - fully compatible with RCS 5.7 ident. - fully compatible with RCS 5.9 ident. - passes all ident test from GNU RCS 5.9 test suite This version has support for: svn extension for the Keyword id (double colon and # before last $) Différences with GNU RCS ident: - no long options as found in GNU RCS 5.9 (but not commented there). - '-V' reports nothing but has been added for compatibility. Differential Revision: https://reviews.freebsd.org/D3200 Reviewed by: pfg
Diffstat (limited to 'gnu/usr.bin/rcs/Makefile')
-rw-r--r--gnu/usr.bin/rcs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/rcs/Makefile b/gnu/usr.bin/rcs/Makefile
index 4a9fd08..d6a960b 100644
--- a/gnu/usr.bin/rcs/Makefile
+++ b/gnu/usr.bin/rcs/Makefile
@@ -1,3 +1,5 @@
-SUBDIR= lib ci co ident merge rcs rcsclean rcsdiff rcsmerge rlog rcsfreeze
+# $FreeBSD$
+
+SUBDIR= lib ci co merge rcs rcsclean rcsdiff rcsmerge rlog rcsfreeze
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud