MFH: r564954

shells/v7sh: pet pkg-fallout

Unbreak build in FreeBSD < 13

PR:     253241
Submitted by:   portmaster@bsdforge.com (maintainer)
This commit is contained in:
Fernando Apesteguía 2021-02-11 14:21:27 +00:00
parent eaafd80448
commit 9c6c8c8802
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=564955

View File

@ -15,7 +15,11 @@ SRCS= args.c blok.c builtin.c cmd.c ctype.c error.c expand.c \
CWARNFLAGS?= -ansi -Wbad-function-cast
WARNS?= 6
.if ${OSREL:R} < 13
NO_WERROR=1
.else
MK_WERROR=no
.endif
WFORMAT=0
.include <bsd.prog.mk>