mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
pkgbase: Create a FreeBSD-smbutils package
And put smb related programs and lib in it. Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D38228
This commit is contained in:
parent
d4ecf62f12
commit
9c1720e59a
@ -4,7 +4,7 @@
|
||||
|
||||
CONFS= nsmb.conf
|
||||
CONFSMODE= 600
|
||||
PACKAGE=lib${LIB}
|
||||
PACKAGE= smbutils
|
||||
CONTRIBDIR= ${SRCTOP}/contrib/smbfs
|
||||
.PATH: ${CONTRIBDIR}/lib/smb
|
||||
|
||||
|
@ -128,6 +128,8 @@ runtime-lib32-development_DESCR=32-bit Development Files
|
||||
runtime-lib32-profile_DESCR=32-bit Profiling Libraries
|
||||
sendmail_COMMENT= Sendmail Utilities
|
||||
sendmail_DESC= Sendmail Utilities
|
||||
smbutils_COMMENT= SMB Utilities
|
||||
smbutils_DESC= SMB Utilities
|
||||
ssh_COMMENT= Secure Shell Utilities
|
||||
ssh_DESC= Secure Shell Utilities
|
||||
svn_COMMENT= Subversion Version Control System
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= smbutil
|
||||
PACKAGE= smbutils
|
||||
SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c
|
||||
|
||||
LIBADD= smb
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= mount_smbfs
|
||||
PACKAGE= smbutils
|
||||
SRCS= mount_smbfs.c getmntopts.c
|
||||
MAN= mount_smbfs.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user