summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/rcs
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-13 11:09:07 +0000
committerru <ru@FreeBSD.org>2002-05-13 11:09:07 +0000
commitbc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2 (patch)
tree8a7bd21fcc50a40c35682d0db57bae61384fea80 /gnu/usr.bin/rcs
parentdc9ee408336ff8962ae4994f3965162b610501d9 (diff)
downloadFreeBSD-src-bc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2.zip
FreeBSD-src-bc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2.tar.gz
Removed now unused INTERNALSTATICLIB.
INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN.
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 d379232..ce08651 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>
OpenPOWER on IntegriCloud