aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ftp
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-01-02 10:27:05 +0000
committerEd Schouten <ed@FreeBSD.org>2010-01-02 10:27:05 +0000
commitb7946da96b4498519f66f3f5fe72d1474bf13f7d (patch)
tree756926e3b5383e94680dcfd7df8fd002f56e1dd7 /usr.bin/ftp
parent01cc221b4cb01158146875b6acbd412cbbef4a88 (diff)
Notes
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r--usr.bin/ftp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile
index c2fe59cd4b1f..6f42e69a3289 100644
--- a/usr.bin/ftp/Makefile
+++ b/usr.bin/ftp/Makefile
@@ -23,6 +23,8 @@ CFLAGS+= -I${.CURDIR} -I${LUKEMFTP}
LDADD= -ledit -ltermcap -lutil
DPADD= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL}
+WARNS?= 2
+
LINKS= ${BINDIR}/ftp ${BINDIR}/pftp \
${BINDIR}/ftp ${BINDIR}/gate-ftp
MLINKS= ftp.1 pftp.1 \