summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-07-17 21:22:32 +0000
committerdes <des@FreeBSD.org>2001-07-17 21:22:32 +0000
commit1d3699a988b042671342582d668e88801989f430 (patch)
tree379bb5b45d446f9f1d2e4458642ac65e75f65f37 /usr.bin/fetch/Makefile
parent8e88cbba1a675264c4f311e9db77170d0afcc556 (diff)
downloadFreeBSD-src-1d3699a988b042671342582d668e88801989f430.zip
FreeBSD-src-1d3699a988b042671342582d668e88801989f430.tar.gz
WARNS cleanup + remove an unused macro and an unused function argument.
Diffstat (limited to 'usr.bin/fetch/Makefile')
-rw-r--r--usr.bin/fetch/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile
index a34c5e8..7dc87f6 100644
--- a/usr.bin/fetch/Makefile
+++ b/usr.bin/fetch/Makefile
@@ -2,8 +2,7 @@
MAINTAINER= des@freebsd.org
PROG= fetch
-CFLAGS+= -Wall -pedantic
-SRCS= fetch.c
+WARNS?= 2
DPADD= ${LIBFETCH}
LDADD= -lfetch
OpenPOWER on IntegriCloud