summaryrefslogtreecommitdiffstats
path: root/share/examples/smbfs/Makefile
blob: b2156da47eaf5e393a0116e11794cfe993607856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.prog.mk>
OpenPOWER on IntegriCloud