summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tftp/Makefile')
-rw-r--r--usr.bin/tftp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile
index a51afed..9be599a 100644
--- a/usr.bin/tftp/Makefile
+++ b/usr.bin/tftp/Makefile
@@ -1,9 +1,13 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
+CFLAGS=-g -Wall
+WARNS= 3
PROG= tftp
-SRCS= main.c tftp.c tftpsubs.c
+SRCS= main.c tftp.c tftp-utils.c tftp-io.c tftp-file.c tftp-transfer.c tftp-options.c
DPADD= ${LIBEDIT} ${LIBTERMCAP}
LDADD= -ledit -ltermcap
+CFLAGS+=-I${.CURDIR}/../../libexec/tftpd -I${.CURDIR}/../../usr.bin/tftp
+.PATH: ${.CURDIR}/../../libexec/tftpd
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud