summaryrefslogtreecommitdiff
path: root/usr.bin/unzip
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2020-08-17 05:57:02 +0000
committerXin LI <delphij@FreeBSD.org>2020-08-17 05:57:02 +0000
commit941791759c2cb64e4884579b7a7cc5fb21feec26 (patch)
tree1a946470af25c1eb9bc1b89dd992cbe33603b890 /usr.bin/unzip
parentc7cddf955f7a643abe6f999632e005ad9d834885 (diff)
downloadsrc-test-941791759c2cb64e4884579b7a7cc5fb21feec26.tar.gz
src-test-941791759c2cb64e4884579b7a7cc5fb21feec26.zip
Don't explicitly specify c99 or gnu99 as the default is now gnu99.
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=364292
Diffstat (limited to 'usr.bin/unzip')
-rw-r--r--usr.bin/unzip/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/unzip/Makefile b/usr.bin/unzip/Makefile
index 9ed1a950c77d5..c1713e95222b5 100644
--- a/usr.bin/unzip/Makefile
+++ b/usr.bin/unzip/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PROG = unzip
-CSTD = c99
LIBADD= archive
.include <bsd.prog.mk>