Deleted Added
full compact
Makefile (213053) Makefile (213075)
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/tftp/Makefile 213053 2010-09-23 10:03:03Z marius $
2# $FreeBSD: head/usr.bin/tftp/Makefile 213075 2010-09-23 14:06:15Z marius $
3
3
4WARNS= 3
4.PATH: ${.CURDIR}/../../libexec/tftpd
5
5PROG= tftp
6PROG= tftp
6SRCS= main.c tftp.c tftp-utils.c tftp-io.c tftp-file.c tftp-transfer.c tftp-options.c
7SRCS= main.c tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c
8SRCS+= tftp-utils.c tftp.c
9WARNS= 3
10CFLAGS+=-I${.CURDIR}/../../libexec/tftpd
7DPADD= ${LIBEDIT} ${LIBTERMCAP}
8LDADD= -ledit -ltermcap
11DPADD= ${LIBEDIT} ${LIBTERMCAP}
12LDADD= -ledit -ltermcap
9CFLAGS+=-I${.CURDIR}/../../libexec/tftpd -I${.CURDIR}/../../usr.bin/tftp
10.PATH: ${.CURDIR}/../../libexec/tftpd
11
12.include <bsd.prog.mk>
13
14.include <bsd.prog.mk>