003 File Manager
Current Path:
/usr/src/etc/mtree
usr
/
src
/
etc
/
mtree
/
📁
..
📄
BSD.debug.dist
(1.13 KB)
📄
BSD.include.dist
(3.59 KB)
📄
BSD.lib32.dist
(326 B)
📄
BSD.libsoft.dist
(217 B)
📄
BSD.release.dist
(316 B)
📄
BSD.root.dist
(1.89 KB)
📄
BSD.sendmail.dist
(449 B)
📄
BSD.tests.dist
(21.67 KB)
📄
BSD.usr.dist
(24.51 KB)
📄
BSD.var.dist
(2.2 KB)
📄
Makefile
(625 B)
📄
README
(2.18 KB)
Editing: Makefile
# $FreeBSD$ .include <src.opts.mk> # NOTE: BSD.debug.dist is unconditionally installed for developer ease-of-use. FILES= \ BSD.debug.dist \ BSD.include.dist \ BSD.root.dist \ ${_BSD.lib32.dist} \ ${_BSD.libsoft.dist} \ ${_BSD.sendmail.dist} \ ${_BSD.tests.dist} \ BSD.usr.dist \ BSD.var.dist .if ${MK_LIB32} != "no" _BSD.lib32.dist= BSD.lib32.dist .endif .if ${MK_LIBSOFT} != "no" _BSD.libsoft.dist= BSD.libsoft.dist .endif .if ${MK_SENDMAIL} != "no" _BSD.sendmail.dist= BSD.sendmail.dist .endif .if ${MK_TESTS} != "no" _BSD.tests.dist= BSD.tests.dist .endif NO_OBJ= FILESDIR= /etc/mtree .include <bsd.prog.mk>
Upload File
Create Folder