003 File Manager
Current Path:
/usr/src/usr.bin/tail
usr
/
src
/
usr.bin
/
tail
/
📁
..
📄
Makefile
(309 B)
📄
Makefile.depend
(290 B)
📄
Makefile.depend.options
(171 B)
📄
extern.h
(2.63 KB)
📄
forward.c
(9.5 KB)
📄
misc.c
(3.51 KB)
📄
read.c
(5.32 KB)
📄
reverse.c
(7.15 KB)
📄
tail.1
(5.37 KB)
📄
tail.c
(9.02 KB)
📁
tests
Editing: Makefile
# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 .include <src.opts.mk> PROG= tail SRCS= forward.c misc.c read.c reverse.c tail.c .if ${MK_CASPER} != "no" && !defined(RESCUE) LIBADD+= casper LIBADD+= cap_fileargs CFLAGS+= -DWITH_CASPER .endif HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk>
Upload File
Create Folder