Install a sample /usr/share/examples/smbfs/dot.nsmbrc.
PR: 35649 Reported by: Johann Frisch <jerfa@yahoo.com> Reviewed by: bp Approved by: bp, silence on -doc MFC after: 1 week
This commit is contained in:
parent
b51066a362
commit
10ddeb64d4
@ -1,5 +1,15 @@
|
||||
# $FreeBSD$
|
||||
|
||||
NOOBJ= noobj
|
||||
BINDIR= /usr/share/examples
|
||||
|
||||
DISTFILES= dot.nsmbrc
|
||||
|
||||
beforeinstall:
|
||||
cd ${.CURDIR}/../../../contrib/smbfs/examples; \
|
||||
${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
|
||||
${DISTFILES} ${DESTDIR}${BINDIR}/smbfs
|
||||
|
||||
SUBDIR= print
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user