diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-27 23:35:02 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-27 23:35:02 +0000 |
commit | 7d8f797b725e3efc0a4256554654780df83c456c (patch) | |
tree | 3a1f00579d4bb2e2b63fbf2fb0e4d408d183a107 /share/examples/smbfs/print | |
parent | 87af896340e00ea9adfa7bc5022fe7eef7acf6d5 (diff) |
Use more appropriate ${SHAREDIR} rather than /usr/share.
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
Notes
Notes:
svn path=/head/; revision=290083
Diffstat (limited to 'share/examples/smbfs/print')
-rw-r--r-- | share/examples/smbfs/print/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/smbfs/print/Makefile b/share/examples/smbfs/print/Makefile index eb66815488b9..67f4823ec1f5 100644 --- a/share/examples/smbfs/print/Makefile +++ b/share/examples/smbfs/print/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ NO_OBJ= -BINDIR= /usr/share/examples/smbfs/print +FILESDIR= ${SHAREDIR}/examples/smbfs/print FILES= lj6l ljspool printcap.sample tolj .PATH: ${.CURDIR}/../../../../contrib/smbfs/examples/print |