diff options
Diffstat (limited to 'lib/libftpio')
-rw-r--r-- | lib/libftpio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libftpio/Makefile b/lib/libftpio/Makefile index bb9c9eb..2082ec5 100644 --- a/lib/libftpio/Makefile +++ b/lib/libftpio/Makefile @@ -15,6 +15,8 @@ CLEANFILES= ftperr.c CFLAGS+= -DINET6 .endif +WARNS?= 2 + ftperr.c: ftp.errors @echo '#include <stdio.h>' > ${.TARGET} @echo '#include "ftpio.h"' >> ${.TARGET} |