diff options
author | gjb <gjb@FreeBSD.org> | 2016-05-10 00:51:50 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-05-10 00:51:50 +0000 |
commit | 214f3b8bf1669c26162fb1f48f3321812c59a24a (patch) | |
tree | c5f1a54de70f91bb8560424f32338dfc1151d1fa /share/examples/libusb20 | |
parent | b3ef210088efd911da25b4f4848ebda83869d069 (diff) | |
download | FreeBSD-src-214f3b8bf1669c26162fb1f48f3321812c59a24a.zip FreeBSD-src-214f3b8bf1669c26162fb1f48f3321812c59a24a.tar.gz |
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
Diffstat (limited to 'share/examples/libusb20')
-rw-r--r-- | share/examples/libusb20/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/examples/libusb20/Makefile b/share/examples/libusb20/Makefile index f0da6bf..abb8ffd 100644 --- a/share/examples/libusb20/Makefile +++ b/share/examples/libusb20/Makefile @@ -1,4 +1,7 @@ # $FreeBSD$ + +PACKAGE=examples +FILESDIR=${SHAREDIR}/examples/libusb20 TARGETS= bulk control CFLAGS+= -Wall |