summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-11 23:43:15 +0000
committermarkm <markm@FreeBSD.org>2001-12-11 23:43:15 +0000
commit1aabf9d8de3993ce1cabd31f62aa72d86aa28870 (patch)
tree1712627bc1ad1ee64bdceb31e6e2c71f8bfe3a95 /usr.bin/tftp/Makefile
parentd392ea4ac5eb04e1adbcf8066d0508af9dc6e072 (diff)
downloadFreeBSD-src-1aabf9d8de3993ce1cabd31f62aa72d86aa28870.zip
FreeBSD-src-1aabf9d8de3993ce1cabd31f62aa72d86aa28870.tar.gz
WARNS=2 fixes. NO_WERROR set as there are some hard-to-fix
signed/unsigned comparisons. Use __FBSDID().
Diffstat (limited to 'usr.bin/tftp/Makefile')
-rw-r--r--usr.bin/tftp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile
index a51afed..91d95df 100644
--- a/usr.bin/tftp/Makefile
+++ b/usr.bin/tftp/Makefile
@@ -3,6 +3,7 @@
PROG= tftp
SRCS= main.c tftp.c tftpsubs.c
+NO_WERROR=yes
DPADD= ${LIBEDIT} ${LIBTERMCAP}
LDADD= -ledit -ltermcap
OpenPOWER on IntegriCloud