From 7897c278e033495df5edd766f1b896e9c738b712 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Fri, 14 Dec 2001 12:17:03 +0000 Subject: Arrange for the smbfs examples to be installed. We don't install dot.nsmbrc or smbfs.sh.sample, since we already install the former as /etc/nsmb.conf and the latter is unnecessary, since boot-time mounts can be arranged directly within /etc/fstab without fear of breaking the boot when the smbfs port (now unnecessary is removed). The MFC reminder below is subject to approval priod to 4.5-RELEASE. MFC after: 1 week --- share/examples/smbfs/Makefile | 5 +++++ share/examples/smbfs/print/Makefile | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 share/examples/smbfs/Makefile create mode 100644 share/examples/smbfs/print/Makefile (limited to 'share/examples/smbfs') diff --git a/share/examples/smbfs/Makefile b/share/examples/smbfs/Makefile new file mode 100644 index 0000000..daa8355 --- /dev/null +++ b/share/examples/smbfs/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +SUBDIR= print + +.include diff --git a/share/examples/smbfs/print/Makefile b/share/examples/smbfs/print/Makefile new file mode 100644 index 0000000..9db1f94 --- /dev/null +++ b/share/examples/smbfs/print/Makefile @@ -0,0 +1,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 -- cgit v1.1