diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-10-20 17:24:49 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-10-20 17:24:49 +0000 |
commit | eaa6439787a202798bb9fe8337bfacd628a959a3 (patch) | |
tree | 71b2023199d3f04256f88230f0d128c53cd3cc85 /usr.bin/rcs | |
parent | 8fbf59e12776917f02d95b83d5e3a2f364f6fc4f (diff) |
+YFLAGS=
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r-- | usr.bin/rcs/Makefile | 3 |
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> |