From 13a10d0d015d90b2afe47d3d35144e2f4a853f0e Mon Sep 17 00:00:00 2001 From: simonb Date: Tue, 6 Apr 2021 04:49:41 +0000 Subject: [PATCH] We only need -Wno-format-y2k for print.c . --- bin/ps/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/ps/Makefile b/bin/ps/Makefile index 0919b105ead7..29ea1a083e99 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2011/08/14 10:53:17 christos Exp $ +# $NetBSD: Makefile,v 1.30 2021/04/06 04:49:41 simonb Exp $ # @(#)Makefile 8.1 (Berkeley) 6/2/93 PROG= ps @@ -6,7 +6,6 @@ SRCS= fmt.c keyword.c nlist.c print.c ps.c DPADD= ${LIBM} ${LIBKVM} LDADD= -lm -lkvm -CWARNFLAGS+= -Wno-format-y2k -COPTS.print.c = -Wno-format-nonliteral +COPTS.print.c = -Wno-format-nonliteral -Wno-format-y2k .include