diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile index ae40e028ae6..6e86642107c 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