Deleted Added
full compact
Makefile (302408) Makefile (313231)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: stable/11/libexec/tftpd/Makefile 275077 2014-11-25 21:18:18Z bapt $
2# $FreeBSD: stable/11/libexec/tftpd/Makefile 313231 2017-02-04 16:55:46Z ngie $
3
3
4.include <src.opts.mk>
5
4PROG= tftpd
5MAN= tftpd.8
6SRCS= tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c tftp-utils.c
7SRCS+= tftpd.c
8WFORMAT=0
9
6PROG= tftpd
7MAN= tftpd.8
8SRCS= tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c tftp-utils.c
9SRCS+= tftpd.c
10WFORMAT=0
11
12.if ${MK_TCP_WRAPPERS} != "no"
13CFLAGS+= -DLIBWRAP
10LIBADD= wrap
14LIBADD= wrap
15.endif
11
12.include <bsd.prog.mk>
16
17.include <bsd.prog.mk>