summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/rcs
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-05-13 11:09:07 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-05-13 11:09:07 +0000
commit46f8fdc34e061de76cb8dfa19872edcd2fe2c66b (patch)
tree8a7bd21fcc50a40c35682d0db57bae61384fea80 /gnu/usr.bin/rcs
parent2a53f3fb3500971b94d25af1bbc7b3db720316df (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/rcs')
-rw-r--r--gnu/usr.bin/rcs/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/rcs/lib/Makefile b/gnu/usr.bin/rcs/lib/Makefile
index d3792325a0fb..ce0865143bd0 100644
--- a/gnu/usr.bin/rcs/lib/Makefile
+++ b/gnu/usr.bin/rcs/lib/Makefile
@@ -1,3 +1,5 @@
+# $FreeBSD$
+
# Define FSYNC_ALL to get slower but safer writes in case of crashes in
# the middle of CVS/RCS changes
#CFLAGS += -DFSYNC_ALL
@@ -7,8 +9,6 @@ SRCS = maketime.c partime.c rcsedit.c rcsfcmp.c rcsfnms.c rcsgen.c \
rcskeep.c rcskeys.c rcslex.c rcsmap.c rcsrev.c rcssyn.c rcstime.c \
rcsutil.c merger.c version.c
-NOPROFILE= noprofile
INTERNALLIB= true
-INTERNALSTATICLIB= true
.include <bsd.lib.mk>