pkgbase: Create a FreeBSD-mtree package
And put the mtree binary and files in it. Useful to create small mfsroot using /etc/rc.d/var without having to install FreeBSD-utilities. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33442
This commit is contained in:
parent
078b764da3
commit
dcf9d46a3f
@ -2,6 +2,8 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE= mtree
|
||||
|
||||
# NOTE: BSD.debug.dist is unconditionally installed for developer ease-of-use.
|
||||
FILES= \
|
||||
BSD.debug.dist \
|
||||
|
@ -75,6 +75,8 @@ manuals_COMMENT= Manual Pages
|
||||
manuals_DESC= Manual Pages
|
||||
mlx-tools_COMMENT= Mellanox Utilities
|
||||
mlx-tools_DESC= Mellanox Utilities
|
||||
mtree_COMMENT= MTREE Files
|
||||
mtree_DESC= MTREE Files
|
||||
nfs_COMMENT= NFS Utilities
|
||||
nfs_DESC= NFS Utilities
|
||||
openssl_COMMENT= OpenSSL Library and Utility
|
||||
|
@ -4,6 +4,8 @@
|
||||
|
||||
.PATH: ${SRCTOP}/contrib/mtree
|
||||
|
||||
PACKAGE= mtree
|
||||
|
||||
PROG= mtree
|
||||
MAN= mtree.5 mtree.8
|
||||
SRCS= compare.c crc.c create.c excludes.c getid.c misc.c mtree.c \
|
||||
|
Loading…
Reference in New Issue
Block a user