summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/Makefile
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1996-06-26 20:49:41 +0000
committergpalmer <gpalmer@FreeBSD.org>1996-06-26 20:49:41 +0000
commitb99c167c7050b17ad789e664c7c2d5eb83db7982 (patch)
tree11771f7e7f6d470b31a7a46ba4e4a99e1489e3f4 /usr.bin/fetch/Makefile
parent9b4f6d4a7a084036d065cca411b23881d1241427 (diff)
downloadFreeBSD-src-b99c167c7050b17ad789e664c7c2d5eb83db7982.zip
FreeBSD-src-b99c167c7050b17ad789e664c7c2d5eb83db7982.tar.gz
Add -Wall to CFLAGS
Diffstat (limited to 'usr.bin/fetch/Makefile')
-rw-r--r--usr.bin/fetch/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile
index ae40e02..6e86642 100644
--- a/usr.bin/fetch/Makefile
+++ b/usr.bin/fetch/Makefile
@@ -1,6 +1,8 @@
PROG = fetch
SRCS = main.c
+CFLAGS+= -Wall
+
DPADD= ${LIBFTPIO}
LDADD= -lftpio
OpenPOWER on IntegriCloud