003 File Manager
Current Path:
/usr/src/libexec/tftpd
usr
/
src
/
libexec
/
tftpd
/
📁
..
📄
Makefile
(330 B)
📄
Makefile.depend
(274 B)
📄
Makefile.depend.options
(120 B)
📁
tests
📄
tftp-file.c
(5.82 KB)
📄
tftp-file.h
(1.72 KB)
📄
tftp-io.c
(10.76 KB)
📄
tftp-io.h
(1.97 KB)
📄
tftp-options.c
(10.25 KB)
📄
tftp-options.h
(2.14 KB)
📄
tftp-transfer.c
(10.77 KB)
📄
tftp-transfer.h
(1.59 KB)
📄
tftp-utils.c
(6.9 KB)
📄
tftp-utils.h
(3.62 KB)
📄
tftpd.8
(7.65 KB)
📄
tftpd.c
(20.26 KB)
Editing: Makefile
# @(#)Makefile 8.1 (Berkeley) 6/4/93 # $FreeBSD$ .include <src.opts.mk> PROG= tftpd MAN= tftpd.8 SRCS= tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c tftp-utils.c SRCS+= tftpd.c WFORMAT=0 .if ${MK_TCP_WRAPPERS} != "no" CFLAGS+= -DLIBWRAP LIBADD= wrap .endif HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk>
Upload File
Create Folder