003 File Manager
Current Path:
/usr/src/bin/ps
usr
/
src
/
bin
/
ps
/
📁
..
📄
Makefile
(339 B)
📄
Makefile.depend
(356 B)
📄
extern.h
(3.48 KB)
📄
fmt.c
(3.75 KB)
📄
keyword.c
(13.6 KB)
📄
nlist.c
(2.42 KB)
📄
print.c
(17.51 KB)
📄
ps.1
(22.21 KB)
📄
ps.c
(36.7 KB)
📄
ps.h
(3.34 KB)
Editing: Makefile
# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/2/93 PACKAGE=runtime PROG= ps SRCS= fmt.c keyword.c nlist.c print.c ps.c # # To support "lazy" ps for non root/wheel users # add -DLAZY_PS to the cflags. This helps # keep ps from being an unnecessary load # on large systems. # CFLAGS+=-DLAZY_PS LIBADD= m kvm jail xo .include <bsd.prog.mk>
Upload File
Create Folder