003 File Manager
Current Path:
/usr/src/usr.sbin/fmtree
usr
/
src
/
usr.sbin
/
fmtree
/
📁
..
📄
Makefile
(396 B)
📄
Makefile.depend
(286 B)
📄
compare.c
(9.51 KB)
📄
create.c
(11.51 KB)
📄
excludes.c
(2.95 KB)
📄
extern.h
(2.3 KB)
📄
misc.c
(3.45 KB)
📄
mtree.8
(11.23 KB)
📄
mtree.c
(4.44 KB)
📄
mtree.h
(3.91 KB)
📄
spec.c
(7.78 KB)
📄
specspec.c
(6.37 KB)
📁
test
📄
verify.c
(6.68 KB)
Editing: Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ .include <bsd.own.mk> .PATH: ${SRCTOP}/usr.bin/cksum PROG= fmtree MAN= fmtree.8 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c SRCS+= specspec.c CFLAGS+= -DWITH_MD5 -DWITH_SHA1 -DWITH_RMD160 -DWITH_SHA256 LIBADD= md CLEANFILES+= fmtree.8 fmtree.8: mtree.8 ${CP} ${.ALLSRC} ${.TARGET} .include <bsd.prog.mk>
Upload File
Create Folder