diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-12-14 12:17:03 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-12-14 12:17:03 +0000 |
commit | 3becbb252c733d3d09172a34d7d00d27f84d0e86 (patch) | |
tree | 8dc9d839f697f120a4bddcdd94729c9c272a97d8 /share/examples/smbfs/print | |
parent | 85519b003ada2a5da1e30e333332b15afadcb563 (diff) |
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 <re@FreeBSD.org> approval
priod to 4.5-RELEASE.
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=87878
Diffstat (limited to 'share/examples/smbfs/print')
-rw-r--r-- | share/examples/smbfs/print/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/share/examples/smbfs/print/Makefile b/share/examples/smbfs/print/Makefile new file mode 100644 index 000000000000..9db1f9447eaf --- /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 <bsd.prog.mk> |