Don't explicitly specify c99 or gnu99 as the default is now gnu99.

MFC after:	2 weeks
This commit is contained in:
Xin LI
2020-08-17 05:57:02 +00:00
parent c7cddf955f
commit 941791759c
7 changed files with 0 additions and 10 deletions
-1
View File
@@ -1,7 +1,6 @@
# $FreeBSD$
PROG= fetch
CSTD?= c99
LIBADD= fetch
.include <bsd.prog.mk>
-1
View File
@@ -1,7 +1,6 @@
# $FreeBSD$
PROG = unzip
CSTD = c99
LIBADD= archive
.include <bsd.prog.mk>