]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/tftp/Makefile
Add 'contrib/spleen/' from commit '5eab6333fa27e2b6954c6927859d462a004e57bb'
[FreeBSD/FreeBSD.git] / usr.bin / tftp / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 .PATH: ${SRCTOP}/libexec/tftpd
7
8 PROG=   tftp
9 SRCS=   main.c tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c
10 SRCS+=  tftp-utils.c tftp.c
11 CFLAGS+=-I${SRCTOP}/libexec/tftpd
12
13 LIBADD= edit
14
15 HAS_TESTS=
16 SUBDIR.${MK_TESTS}=     tests
17
18 .include <bsd.prog.mk>