summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-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