003 File Manager
Current Path:
/usr/src/bin/ls
usr
/
src
/
bin
/
ls
/
📁
..
📄
Makefile
(278 B)
📄
Makefile.depend
(273 B)
📄
Makefile.depend.options
(162 B)
📄
cmp.c
(4.8 KB)
📄
extern.h
(2.9 KB)
📄
ls.1
(20.72 KB)
📄
ls.c
(24.9 KB)
📄
ls.h
(3.39 KB)
📄
print.c
(17.43 KB)
📁
tests
📄
util.c
(5.49 KB)
Editing: Makefile
# @(#)Makefile 8.1 (Berkeley) 6/2/93 # $FreeBSD$ .include <src.opts.mk> PACKAGE=runtime PROG= ls SRCS= cmp.c ls.c print.c util.c LIBADD= util .if ${MK_LS_COLORS} != no CFLAGS+= -DCOLORLS LIBADD+= termcapw .endif HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk>
Upload File
Create Folder