]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/tftpd/Makefile
Add two missing eventhandler.h headers
[FreeBSD/FreeBSD.git] / libexec / tftpd / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PROG=   tftpd
7 MAN=    tftpd.8
8 SRCS=   tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c tftp-utils.c
9 SRCS+=  tftpd.c
10 WFORMAT=0
11
12 .if ${MK_TCP_WRAPPERS} != "no"
13 CFLAGS+=        -DLIBWRAP
14 LIBADD= wrap
15 .endif
16
17 HAS_TESTS=
18 SUBDIR.${MK_TESTS}+= tests
19
20 .include <bsd.prog.mk>