blob: 9db1f9447eafb1e7fa60e64f1f3ac4c95785df67 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $FreeBSD$
NOOBJ= noobj
BINDIR= /usr/share/examples
DISTFILES= lj6l ljspool printcap.sample tolj
beforeinstall:
cd ${.CURDIR}/../../../../contrib/smbfs/examples/print; \
${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
${DISTFILES} ${DESTDIR}${BINDIR}/smbfs/print
.include <bsd.prog.mk>
|