summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-10-20 17:24:49 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-10-20 17:24:49 +0000
commiteaa6439787a202798bb9fe8337bfacd628a959a3 (patch)
tree71b2023199d3f04256f88230f0d128c53cd3cc85 /usr.bin/rcs
parent8fbf59e12776917f02d95b83d5e3a2f364f6fc4f (diff)
+YFLAGS=
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r--usr.bin/rcs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile
index e8a25aa140b..89c971ec3c9 100644
--- a/usr.bin/rcs/Makefile
+++ b/usr.bin/rcs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.18 2005/10/18 16:20:31 xsa Exp $
+# $OpenBSD: Makefile,v 1.19 2005/10/20 17:24:48 xsa Exp $
.PATH: ${.CURDIR}/../cvs
@@ -18,5 +18,6 @@ CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
+YFLAGS=
.include <bsd.prog.mk>