aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch
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/fetch
parentc7cddf955f7a643abe6f999632e005ad9d834885 (diff)
Notes
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r--usr.bin/fetch/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile
index 93c43a7c816b..1c2ea1d78595 100644
--- a/usr.bin/fetch/Makefile
+++ b/usr.bin/fetch/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PROG= fetch
-CSTD?= c99
LIBADD= fetch
.include <bsd.prog.mk>