diff options
author | Glen Barber <gjb@FreeBSD.org> | 2016-05-10 00:51:50 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2016-05-10 00:51:50 +0000 |
commit | a5921bc3653e2e286715e6fe8d473ec0d02da38c (patch) | |
tree | c5f1a54de70f91bb8560424f32338dfc1151d1fa /share/examples/sunrpc/dir | |
parent | 381fcf101dcedbe13df2d886d2532375245a59ce (diff) |
Update share/examples/* to properly install /usr/share/examples.
As result of this, a new examples package is now created.
Note, this is only effective with 'SHARED=copies' (the default),
as the 'SHARED=symlinks' mechanism will create a symlink to the
source tree version of the file(s).
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=299293
Diffstat (limited to 'share/examples/sunrpc/dir')
-rw-r--r-- | share/examples/sunrpc/dir/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/examples/sunrpc/dir/Makefile b/share/examples/sunrpc/dir/Makefile index 592c9d6861e9..9894cc6761a7 100644 --- a/share/examples/sunrpc/dir/Makefile +++ b/share/examples/sunrpc/dir/Makefile @@ -1,6 +1,10 @@ # # @(#)Makefile 2.1 88/08/02 4.0 RPCSRC # +# $FreeBSD$ +# +PACKAGE=examples +FILESDIR=${SHAREDIR}/examples/sunrpc/dir BIN = dir_svc rls GEN = dir_clnt.c dir_svc.c dir_xdr.c dir.h LIB = -lrpclib |