003 File Manager
Current Path:
/usr/src/usr.sbin/mpsutil
usr
/
src
/
usr.sbin
/
mpsutil
/
📁
..
📄
Makefile
(412 B)
📄
Makefile.depend
(273 B)
📄
mps_cmd.c
(17.57 KB)
📄
mps_debug.c
(5.26 KB)
📄
mps_flash.c
(5.77 KB)
📄
mps_show.c
(21.27 KB)
📄
mps_slot.c
(3.04 KB)
📄
mpsutil.8
(3.98 KB)
📄
mpsutil.c
(5.84 KB)
📄
mpsutil.h
(5.59 KB)
Editing: Makefile
# $FreeBSD$ PROG= mpsutil SRCS= mps_cmd.c mps_debug.c mps_flash.c mps_show.c mps_slot.c mpsutil.c MAN= mpsutil.8 WARNS?= 3 #LIBADD= cam util LINKS= ${BINDIR}/mpsutil ${BINDIR}/mprutil MLINKS= mpsutil.8 mprutil.8 CFLAGS+= -I${SRCTOP}/sys -I. -DUSE_MPT_IOCTLS # Avoid dirdep dependency on libutil CFLAGS+= -I${SRCTOP}/lib/libutil # Here be dragons .ifdef DEBUG CFLAGS+= -DDEBUG .endif .include <bsd.prog.mk>
Upload File
Create Folder