Don't explicitly specify c99 or gnu99 as the default is now gnu99.
MFC after: 2 weeks
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= fetch
|
||||
CSTD?= c99
|
||||
LIBADD= fetch
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG = unzip
|
||||
CSTD = c99
|
||||
LIBADD= archive
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
Reference in New Issue
Block a user