diff options
Diffstat (limited to 'usr.bin/tftp/Makefile')
-rw-r--r-- | usr.bin/tftp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile index 91d95dfb0b0d..a51afed99745 100644 --- a/usr.bin/tftp/Makefile +++ b/usr.bin/tftp/Makefile @@ -3,7 +3,6 @@ PROG= tftp SRCS= main.c tftp.c tftpsubs.c -NO_WERROR=yes DPADD= ${LIBEDIT} ${LIBTERMCAP} LDADD= -ledit -ltermcap |