summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/Makefile
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-09-23 14:06:15 +0000
committermarius <marius@FreeBSD.org>2010-09-23 14:06:15 +0000
commit938d1370478b2252a5daea843aab02ee8900ed58 (patch)
tree864c35e3f4d0f4fe40afb9f73afb3357a3600e60 /usr.bin/tftp/Makefile
parente2ef5877c7dc0dfe860d44ab342714bec7de594d (diff)
downloadFreeBSD-src-938d1370478b2252a5daea843aab02ee8900ed58.zip
FreeBSD-src-938d1370478b2252a5daea843aab02ee8900ed58.tar.gz
Try to adhere to style.Makefile(5).
MFC after: 3 days
Diffstat (limited to 'usr.bin/tftp/Makefile')
-rw-r--r--usr.bin/tftp/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile
index 1297469..12b8216 100644
--- a/usr.bin/tftp/Makefile
+++ b/usr.bin/tftp/Makefile
@@ -1,12 +1,14 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
-WARNS= 3
+.PATH: ${.CURDIR}/../../libexec/tftpd
+
PROG= tftp
-SRCS= main.c tftp.c tftp-utils.c tftp-io.c tftp-file.c tftp-transfer.c tftp-options.c
+SRCS= main.c tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c
+SRCS+= tftp-utils.c tftp.c
+WARNS= 3
+CFLAGS+=-I${.CURDIR}/../../libexec/tftpd
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