003 File Manager
Current Path:
/usr/src/sbin/camcontrol
usr
/
src
/
sbin
/
camcontrol
/
📁
..
📄
Makefile
(509 B)
📄
Makefile.depend
(317 B)
📄
attrib.c
(12.81 KB)
📄
camcontrol.8
(80.79 KB)
📄
camcontrol.c
(275.47 KB)
📄
camcontrol.h
(5.09 KB)
📄
epc.c
(22.32 KB)
📄
fwdownload.c
(29.4 KB)
📄
modeedit.c
(34.54 KB)
📄
persist.c
(26.82 KB)
📄
progress.c
(6.02 KB)
📄
progress.h
(2.54 KB)
📄
timestamp.c
(12.7 KB)
📄
util.c
(4.31 KB)
📄
zone.c
(17.82 KB)
Editing: Makefile
# $FreeBSD$ .include <src.opts.mk> PACKAGE=runtime PROG= camcontrol SRCS= camcontrol.c util.c SRCS+= attrib.c epc.c fwdownload.c modeedit.c persist.c progress.c timestamp.c zone.c .if ${MK_NVME} != "no" .PATH: ${SRCTOP}/sbin/nvmecontrol CFLAGS+= -I${SRCTOP}/sbin/nvmecontrol -DWITH_NVME SRCS+= identify_ext.c nc_util.c .PATH: ${SRCTOP}/sys/dev/nvme SRCS+= nvme_util.c .endif # This is verboten .if ${MACHINE_CPUARCH} == "arm" WARNS?= 3 .endif LIBADD= cam sbuf util MAN= camcontrol.8 .include <bsd.prog.mk>
Upload File
Create Folder